Package org.eclipse.jetty.session
Interface SessionConfig.Mutable
- All Superinterfaces:
SessionConfig
- All Known Implementing Classes:
AbstractSessionManager,SessionHandler,SessionHandler,SessionHandler,SessionHandler,SessionHandler
- Enclosing interface:
- SessionConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.session.SessionConfig
SessionConfig.Mutable -
Field Summary
Fields inherited from interface org.eclipse.jetty.session.SessionConfig
__CheckRemoteSessionEncodingProperty, __DefaultSessionCookie, __DefaultSessionDomain, __DefaultSessionIdPathParameterName, __MaxAgeProperty, __SessionCookieProperty, __SessionDomainProperty, __SessionIdPathParameterNameProperty, __SessionPathProperty -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCheckingRemoteSessionIdEncoding(boolean value) voidsetHttpOnly(boolean value) voidsetMaxCookieAge(int value) voidsetMaxInactiveInterval(int value) voidsetPartitioned(boolean value) voidsetRefreshCookieAge(int value) voidsetSameSite(HttpCookie.SameSite sameSite) voidsetSecureCookies(boolean value) voidsetSecureRequestOnly(boolean value) voidsetSessionCache(SessionCache cache) voidsetSessionComment(String sessionComment) voidsetSessionCookie(String value) voidsetSessionDomain(String value) voidsetSessionIdManager(SessionIdManager sessionIdManager) voidvoidsetSessionPath(String value) voidsetUsingCookies(boolean value) voidsetUsingUriParameters(boolean value) Methods inherited from interface org.eclipse.jetty.session.SessionConfig
getMaxCookieAge, getMaxInactiveInterval, getRefreshCookieAge, getSameSite, getSessionComment, getSessionCookie, getSessionDomain, getSessionIdPathParameterName, getSessionIdPathParameterNamePrefix, getSessionPath, isCheckingRemoteSessionIdEncoding, isHttpOnly, isPartitioned, isSecureCookies, isSecureRequestOnly, isUsingCookies, isUsingUriParameters
-
Method Details
-
setCheckingRemoteSessionIdEncoding
void setCheckingRemoteSessionIdEncoding(boolean value) -
setHttpOnly
void setHttpOnly(boolean value) -
setPartitioned
void setPartitioned(boolean value) -
setMaxCookieAge
void setMaxCookieAge(int value) -
setMaxInactiveInterval
void setMaxInactiveInterval(int value) -
setRefreshCookieAge
void setRefreshCookieAge(int value) -
setSameSite
-
setSecureCookies
void setSecureCookies(boolean value) -
setSecureRequestOnly
void setSecureRequestOnly(boolean value) -
setSessionComment
-
setSessionCookie
-
setSessionDomain
-
setSessionIdPathParameterName
-
setSessionPath
-
setUsingCookies
void setUsingCookies(boolean value) -
setUsingUriParameters
void setUsingUriParameters(boolean value) -
setSessionCache
-
setSessionIdManager
-