Package de.xima.fc.session
Class SessionStoreFactory
- java.lang.Object
-
- de.xima.fc.session.SessionStoreFactory
-
public class SessionStoreFactory extends Object
Factory for creatingSessionStore
s.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SessionStoreFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pac4j.core.context.session.SessionStore
getSessionStore(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)
-
-