Uses of Interface
org.jdiameter.server.impl.app.auth.IServerAuthSessionData

Packages that use IServerAuthSessionData
org.jdiameter.server.impl.app.auth   
org.jdiameter.server.impl.app.gq   
 

Uses of IServerAuthSessionData in org.jdiameter.server.impl.app.auth
 

Classes in org.jdiameter.server.impl.app.auth that implement IServerAuthSessionData
 class ServerAuthSessionDataLocalImpl
           
 

Fields in org.jdiameter.server.impl.app.auth declared as IServerAuthSessionData
protected  IServerAuthSessionData ServerAuthSessionImpl.sessionData
           
 

Constructors in org.jdiameter.server.impl.app.auth with parameters of type IServerAuthSessionData
ServerAuthSessionImpl(IServerAuthSessionData sessionData, ISessionFactory sf, ServerAuthSessionListener lst, IAuthMessageFactory fct, StateChangeListener<AppSession> scListener, IServerAuthActionContext context, long tsTimeout, boolean stateless)
           
 

Uses of IServerAuthSessionData in org.jdiameter.server.impl.app.gq
 

Fields in org.jdiameter.server.impl.app.gq declared as IServerAuthSessionData
protected  IServerAuthSessionData GqServerSessionImpl.sessionData
           
 

Constructors in org.jdiameter.server.impl.app.gq with parameters of type IServerAuthSessionData
GqServerSessionImpl(IServerAuthSessionData sessionData, ISessionFactory sf, ServerAuthSessionListener lst, IAuthMessageFactory fct, StateChangeListener<AppSession> scListener, IServerAuthActionContext context, long tsTimeout, boolean stateless)
           
 



Copyright © 2014. All Rights Reserved.