public class ClientAuthSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientAuthSessionData
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationHost |
protected String |
destinationRealm |
protected ClientAuthSessionState |
state |
protected boolean |
stateless |
protected Serializable |
tsTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ClientAuthSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClientAuthSessionState |
getClientAuthSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getTsTimerId() |
boolean |
isStateless() |
void |
setClientAuthSessionState(ClientAuthSessionState state) |
void |
setDestinationHost(String host) |
void |
setDestinationRealm(String realm) |
void |
setStateless(boolean b) |
void |
setTsTimerId(Serializable tid) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdprotected ClientAuthSessionState state
protected boolean stateless
protected String destinationHost
protected String destinationRealm
protected Serializable tsTimerId
public void setClientAuthSessionState(ClientAuthSessionState state)
setClientAuthSessionState in interface IClientAuthSessionDatapublic ClientAuthSessionState getClientAuthSessionState()
getClientAuthSessionState in interface IClientAuthSessionDatapublic boolean isStateless()
isStateless in interface IClientAuthSessionDatapublic void setStateless(boolean b)
setStateless in interface IClientAuthSessionDatapublic String getDestinationHost()
getDestinationHost in interface IClientAuthSessionDatapublic void setDestinationHost(String host)
setDestinationHost in interface IClientAuthSessionDatapublic String getDestinationRealm()
getDestinationRealm in interface IClientAuthSessionDatapublic void setDestinationRealm(String realm)
setDestinationRealm in interface IClientAuthSessionDatapublic Serializable getTsTimerId()
getTsTimerId in interface IClientAuthSessionDatapublic void setTsTimerId(Serializable tid)
setTsTimerId in interface IClientAuthSessionDataCopyright © 2016. All Rights Reserved.