@ConfigurationProperties(value="coherence")
public class CoherenceHttpSessionConfiguration
extends io.micronaut.session.http.HttpSessionConfiguration
implements io.micronaut.core.util.Toggleable
HttpSessionConfiguration that uses Coherence to store http sessions.| Constructor and Description | 
|---|
CoherenceHttpSessionConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Optional<java.lang.String> | 
getCacheName()
Get HTTP session cache name. 
 | 
void | 
setCacheName(java.lang.String cacheName)
Set HTTP session cache name. 
 | 
getCookieDomain, getCookieMaxAge, getCookieName, getCookiePath, getCookieSameSite, getDomainName, getHeaderNames, getPrefix, isBase64Encode, isCookieHttpOnly, isCookieSecure, isRememberMe, setBase64Encode, setCookieDomain, setCookieMaxAge, setCookieName, setCookiePath, setCookieSameSite, setCookieSecure, setDomainName, setHeaderNames, setPrefix, setRememberMegetExecutorService, getMaxActiveSessions, getMaxInactiveInterval, isPromptExpiration, setExecutorService, setExecutorService, setMaxActiveSessions, setMaxInactiveInterval, setPromptExpiration