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 Details

    • INSTANCE

      public static final org.pac4j.core.context.session.SessionStoreFactory INSTANCE
      Constant INSTANCE
  • 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:
      newSessionStore in interface org.pac4j.core.context.session.SessionStoreFactory