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.server.impl.app.auth   
 

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.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(java.lang.String sessionId, SessionFactory sf, Request initialRequest, ServerAuthSessionListener lst, IAuthMessageFactory fct, StateChangeListener<AppSession> scListener, IServerAuthActionContext context, long tsTimeout, boolean stateless)
           
 



Copyright © 2010. All Rights Reserved.