org.jdiameter.client.impl.app.auth
Class ClientAuthSessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.client.impl.app.auth.ClientAuthSessionDataLocalImpl
- All Implemented Interfaces:
- IClientAuthSessionData, IAuthSessionData, IAppSessionData
public class ClientAuthSessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IClientAuthSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
state
protected ClientAuthSessionState state
stateless
protected boolean stateless
destinationHost
protected java.lang.String destinationHost
destinationRealm
protected java.lang.String destinationRealm
tsTimerId
protected java.io.Serializable tsTimerId
ClientAuthSessionDataLocalImpl
public ClientAuthSessionDataLocalImpl()
setClientAuthSessionState
public void setClientAuthSessionState(ClientAuthSessionState state)
- Specified by:
setClientAuthSessionState in interface IClientAuthSessionData
getClientAuthSessionState
public ClientAuthSessionState getClientAuthSessionState()
- Specified by:
getClientAuthSessionState in interface IClientAuthSessionData
isStateless
public boolean isStateless()
- Specified by:
isStateless in interface IClientAuthSessionData
setStateless
public void setStateless(boolean b)
- Specified by:
setStateless in interface IClientAuthSessionData
getDestinationHost
public java.lang.String getDestinationHost()
- Specified by:
getDestinationHost in interface IClientAuthSessionData
setDestinationHost
public void setDestinationHost(java.lang.String host)
- Specified by:
setDestinationHost in interface IClientAuthSessionData
getDestinationRealm
public java.lang.String getDestinationRealm()
- Specified by:
getDestinationRealm in interface IClientAuthSessionData
setDestinationRealm
public void setDestinationRealm(java.lang.String realm)
- Specified by:
setDestinationRealm in interface IClientAuthSessionData
getTsTimerId
public java.io.Serializable getTsTimerId()
- Specified by:
getTsTimerId in interface IClientAuthSessionData
setTsTimerId
public void setTsTimerId(java.io.Serializable tid)
- Specified by:
setTsTimerId in interface IClientAuthSessionData
Copyright © 2014. All Rights Reserved.