Uses of Interface
org.jdiameter.common.api.app.auth.IServerAuthActionContext

Packages that use IServerAuthActionContext
org.jdiameter.common.api.app.auth   
org.jdiameter.common.impl.app.auth   
org.jdiameter.common.impl.app.gq   
org.jdiameter.server.impl.app.auth   
org.jdiameter.server.impl.app.gq   
 

Uses of IServerAuthActionContext in org.jdiameter.common.api.app.auth
 

Methods in org.jdiameter.common.api.app.auth that return IServerAuthActionContext
 IServerAuthActionContext IAuthSessionFactory.getServerSessionContext()
           
 

Methods in org.jdiameter.common.api.app.auth with parameters of type IServerAuthActionContext
 void IAuthSessionFactory.setServerSessionContext(IServerAuthActionContext v)
           
 

Uses of IServerAuthActionContext in org.jdiameter.common.impl.app.auth
 

Classes in org.jdiameter.common.impl.app.auth that implement IServerAuthActionContext
 class AuthSessionFactoryImpl
          Default Diameter Authorization Session Factory implementation
 

Fields in org.jdiameter.common.impl.app.auth declared as IServerAuthActionContext
protected  IServerAuthActionContext AuthSessionFactoryImpl.serverSessionContext
           
 

Methods in org.jdiameter.common.impl.app.auth that return IServerAuthActionContext
 IServerAuthActionContext AuthSessionFactoryImpl.getServerSessionContext()
           
 

Methods in org.jdiameter.common.impl.app.auth with parameters of type IServerAuthActionContext
 void AuthSessionFactoryImpl.setServerSessionContext(IServerAuthActionContext serverSessionContext)
           
 

Uses of IServerAuthActionContext in org.jdiameter.common.impl.app.gq
 

Classes in org.jdiameter.common.impl.app.gq that implement IServerAuthActionContext
 class GqSessionFactoryImpl
          Default Diameter Gq Application Session Factory implementation
 

Fields in org.jdiameter.common.impl.app.gq declared as IServerAuthActionContext
protected  IServerAuthActionContext GqSessionFactoryImpl.serverSessionContext
           
 

Methods in org.jdiameter.common.impl.app.gq that return IServerAuthActionContext
 IServerAuthActionContext GqSessionFactoryImpl.getServerSessionContext()
           
 

Methods in org.jdiameter.common.impl.app.gq with parameters of type IServerAuthActionContext
 void GqSessionFactoryImpl.setServerSessionContext(IServerAuthActionContext serverSessionContext)
           
 

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

Fields in org.jdiameter.server.impl.app.auth declared as IServerAuthActionContext
protected  IServerAuthActionContext ServerAuthSessionImpl.context
           
 

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

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

Fields in org.jdiameter.server.impl.app.gq declared as IServerAuthActionContext
protected  IServerAuthActionContext GqServerSessionImpl.context
           
 

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



Copyright © 2014. All Rights Reserved.