Package de.xima.fc.session
Class SessionStoreFactory
- java.lang.Object
 - 
- de.xima.fc.session.SessionStoreFactory
 
 
- 
public class SessionStoreFactory extends Object
Factory for creatingSessionStores.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedSessionStoreFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pac4j.core.context.session.SessionStoregetSessionStore(IAuthenticationTarget target) 
 - 
 
- 
- 
Constructor Detail
- 
SessionStoreFactory
protected SessionStoreFactory() throws IllegalAccessException- Throws:
 IllegalAccessException
 
 - 
 
- 
Method Detail
- 
getSessionStore
public static org.pac4j.core.context.session.SessionStore getSessionStore(IAuthenticationTarget target)
 
 - 
 
 -