public class SessionConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CookieProperties |
cookieProperties |
protected SessionManager |
sessionManager |
protected SessionProperties |
sessionProperties |
| Constructor and Description |
|---|
SessionConfig() |
| Modifier and Type | Method and Description |
|---|---|
CookieProperties |
getCookieProperties() |
SessionManager |
getSessionManager() |
SessionProperties |
getSessionProperties() |
void |
setCookieProperties(CookieProperties value) |
void |
setSessionManager(SessionManager value) |
void |
setSessionProperties(SessionProperties value) |
protected SessionManager sessionManager
protected SessionProperties sessionProperties
protected CookieProperties cookieProperties
public SessionManager getSessionManager()
public void setSessionManager(SessionManager value)
public SessionProperties getSessionProperties()
public void setSessionProperties(SessionProperties value)
public CookieProperties getCookieProperties()
public void setCookieProperties(CookieProperties value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.