public interface SessionConfig extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
@NotNull SessionManager |
getSessionManager()
Gets the value of the sessionManager property.
|
@NotNull 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.
|
createChild, deepCopy, getParent, getParent
@NotNull @NotNull SessionManager getSessionManager()
SessionManager
void setSessionManager(SessionManager value) throws PropertyVetoException
value
- allowed object is
SessionManager
PropertyVetoException
@NotNull @NotNull SessionProperties getSessionProperties()
SessionProperties
void setSessionProperties(SessionProperties value) throws PropertyVetoException
value
- allowed object is
SessionProperties
PropertyVetoException
Copyright © 2020. All rights reserved.