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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.pac4j.core.context.session.SessionStoreFactory
    Constant INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pac4j.core.context.session.SessionStore
    newSessionStore(org.pac4j.core.context.FrameworkParameters parameters)
    Create the session store.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.pac4j.core.context.session.SessionStoreFactory INSTANCE
      Constant INSTANCE
  • Constructor Details

    • JEESessionStoreFactory

      public JEESessionStoreFactory()
  • 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