public class ServerAuthSessionDataLocalImpl extends AppSessionDataLocalImpl implements IServerAuthSessionData
| Modifier and Type | Field and Description |
|---|---|
protected ServerAuthSessionState |
state |
protected boolean |
stateless |
protected long |
tsTimeout |
protected Serializable |
tsTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ServerAuthSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerAuthSessionState |
getServerAuthSessionState() |
long |
getTsTimeout() |
Serializable |
getTsTimerId() |
boolean |
isStateless() |
void |
setServerAuthSessionState(ServerAuthSessionState state) |
void |
setStateless(boolean stateless) |
void |
setTsTimeout(long tsTimeout) |
void |
setTsTimerId(Serializable tsTimerId) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdprotected ServerAuthSessionState state
protected Serializable tsTimerId
protected long tsTimeout
protected boolean stateless
public ServerAuthSessionState getServerAuthSessionState()
getServerAuthSessionState in interface IServerAuthSessionDatapublic void setServerAuthSessionState(ServerAuthSessionState state)
setServerAuthSessionState in interface IServerAuthSessionDatapublic boolean isStateless()
isStateless in interface IServerAuthSessionDatapublic void setStateless(boolean stateless)
setStateless in interface IServerAuthSessionDatapublic void setTsTimeout(long tsTimeout)
setTsTimeout in interface IServerAuthSessionDatapublic long getTsTimeout()
getTsTimeout in interface IServerAuthSessionDatapublic void setTsTimerId(Serializable tsTimerId)
setTsTimerId in interface IServerAuthSessionDatapublic Serializable getTsTimerId()
getTsTimerId in interface IServerAuthSessionDataCopyright © 2016. All Rights Reserved.