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

Packages that use IAuthMessageFactory
org.jdiameter.client.impl.app.auth   
org.jdiameter.common.api.app.auth   
org.jdiameter.common.impl.app.auth   
org.jdiameter.server.impl.app.auth   
 

Uses of IAuthMessageFactory in org.jdiameter.client.impl.app.auth
 

Fields in org.jdiameter.client.impl.app.auth declared as IAuthMessageFactory
protected  IAuthMessageFactory ClientAuthSessionImpl.factory
           
 

Constructors in org.jdiameter.client.impl.app.auth with parameters of type IAuthMessageFactory
ClientAuthSessionImpl(java.lang.String sessionId, SessionFactory sf, ClientAuthSessionListener lst, IAuthMessageFactory fct, StateChangeListener<AppSession> scListener, IClientAuthActionContext context, boolean stateless)
           
 

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

Methods in org.jdiameter.common.api.app.auth that return IAuthMessageFactory
 IAuthMessageFactory IAuthSessionFactory.getMessageFactory()
           
 

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

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

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

Fields in org.jdiameter.common.impl.app.auth declared as IAuthMessageFactory
protected  IAuthMessageFactory AuthSessionFactoryImpl.messageFactory
           
 

Methods in org.jdiameter.common.impl.app.auth that return IAuthMessageFactory
 IAuthMessageFactory AuthSessionFactoryImpl.getMessageFactory()
           
 

Methods in org.jdiameter.common.impl.app.auth with parameters of type IAuthMessageFactory
 void AuthSessionFactoryImpl.setMessageFactory(IAuthMessageFactory messageFactory)
           
 

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

Fields in org.jdiameter.server.impl.app.auth declared as IAuthMessageFactory
protected  IAuthMessageFactory ServerAuthSessionImpl.factory
           
 

Constructors in org.jdiameter.server.impl.app.auth with parameters of type IAuthMessageFactory
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.