org.jdiameter.common.impl.app.auth
Class AuthLocalSessionDataFactory

java.lang.Object
  extended by org.jdiameter.common.impl.app.auth.AuthLocalSessionDataFactory
All Implemented Interfaces:
IAppSessionDataFactory<IAuthSessionData>

public class AuthLocalSessionDataFactory
extends java.lang.Object
implements IAppSessionDataFactory<IAuthSessionData>

Author:
Bartosz Baranowski , Alexandre Mendonca

Constructor Summary
AuthLocalSessionDataFactory()
           
 
Method Summary
 IAuthSessionData getAppSessionData(java.lang.Class<? extends AppSession> clazz, java.lang.String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthLocalSessionDataFactory

public AuthLocalSessionDataFactory()
Method Detail

getAppSessionData

public IAuthSessionData getAppSessionData(java.lang.Class<? extends AppSession> clazz,
                                          java.lang.String sessionId)
Specified by:
getAppSessionData in interface IAppSessionDataFactory<IAuthSessionData>


Copyright © 2014. All Rights Reserved.