Class JEESessionStoreFactory

java.lang.Object
org.pac4j.jee.context.session.JEESessionStoreFactory
All Implemented Interfaces:
org.pac4j.core.context.session.SessionStoreFactory

public class JEESessionStoreFactory extends Object implements org.pac4j.core.context.session.SessionStoreFactory
Build a JEE session store from parameters.
Since:
5.5.0
Author:
Jerome LELEU
  • Field Details

  • Constructor Details

    • JEESessionStoreFactory

      public JEESessionStoreFactory()
  • Method Details

    • newSessionStore

      public org.pac4j.core.context.session.SessionStore newSessionStore(Object... parameters)
      Create the session store.
      Specified by:
      newSessionStore in interface org.pac4j.core.context.session.SessionStoreFactory
      Parameters:
      parameters - the parameters (expected: request, response)
      Returns:
      the JEE session store