Package org.pac4j.undertow.context
Class UndertowSessionStoreFactory
java.lang.Object
org.pac4j.undertow.context.UndertowSessionStoreFactory
- All Implemented Interfaces:
org.pac4j.core.context.session.SessionStoreFactory
public class UndertowSessionStoreFactory
extends Object
implements org.pac4j.core.context.session.SessionStoreFactory
Build an Undertow session store from parameters.
- Since:
- 6.0.0
- Author:
- Sakib Hadziavdic
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.pac4j.core.context.session.SessionStoreFactoryConstantINSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.context.session.SessionStorenewSessionStore(org.pac4j.core.context.FrameworkParameters parameters) Create the session store.
-
Field Details
-
INSTANCE
public static final org.pac4j.core.context.session.SessionStoreFactory INSTANCEConstantINSTANCE
-
-
Constructor Details
-
UndertowSessionStoreFactory
public UndertowSessionStoreFactory()
-
-
Method Details
-
newSessionStore
public org.pac4j.core.context.session.SessionStore newSessionStore(org.pac4j.core.context.FrameworkParameters parameters) Create the session store.- Specified by:
newSessionStorein interfaceorg.pac4j.core.context.session.SessionStoreFactory
-