Package org.eclipse.jetty.session
Interface SessionConfig.Mutable
- All Superinterfaces:
SessionConfig
- All Known Implementing Classes:
AbstractSessionManager
,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 TypeMethodDescriptionvoid
setCheckingRemoteSessionIdEncoding
(boolean value) void
setHttpOnly
(boolean value) void
setMaxCookieAge
(int value) void
setMaxInactiveInterval
(int value) void
setPartitioned
(boolean value) void
setRefreshCookieAge
(int value) void
setSameSite
(HttpCookie.SameSite sameSite) void
setSecureCookies
(boolean value) void
setSecureRequestOnly
(boolean value) void
setSessionCache
(SessionCache cache) void
setSessionComment
(String sessionComment) void
setSessionCookie
(String value) void
setSessionDomain
(String value) void
setSessionIdManager
(SessionIdManager sessionIdManager) void
void
setSessionPath
(String value) void
setUsingCookies
(boolean value) void
setUsingUriParameters
(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
-