public interface SessionConfig
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
getSessionManager()
Gets the value of the sessionManager property.
|
SessionProperties |
getSessionProperties()
Gets the value of the sessionProperties property.
|
void |
setSessionManager(SessionManager value)
Sets the value of the sessionManager property.
|
void |
setSessionProperties(SessionProperties value)
Sets the value of the sessionProperties property.
|
@NotNull SessionManager getSessionManager()
SessionManagervoid setSessionManager(SessionManager value) throws PropertyVetoException
value - allowed object is
SessionManagerPropertyVetoException@NotNull SessionProperties getSessionProperties()
SessionPropertiesvoid setSessionProperties(SessionProperties value) throws PropertyVetoException
value - allowed object is
SessionPropertiesPropertyVetoExceptionCopyright © 2017. All rights reserved.