Class BackendSessionStore

java.lang.Object
org.pac4j.jee.context.session.JEESessionStore
de.xima.fc.session.BackendSessionStore
All Implemented Interfaces:
org.pac4j.core.context.session.SessionStore

public class BackendSessionStore extends org.pac4j.jee.context.session.JEESessionStore
The XfcJEESessionStore is a custom session store for JEE environments that allows for session renewal by changing the session ID.
Since:
8.4.0
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BackendSessionStore
     

    Fields inherited from class org.pac4j.jee.context.session.JEESessionStore

    httpSession
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    renewSession(org.pac4j.core.context.WebContext context)
     

    Methods inherited from class org.pac4j.jee.context.session.JEESessionStore

    buildFromTrackableSession, destroySession, get, getNativeSession, getSessionId, getTrackableSession, set

    Methods inherited from class Object

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

  • Constructor Details

    • BackendSessionStore

      public BackendSessionStore()
  • Method Details

    • renewSession

      public boolean renewSession(org.pac4j.core.context.WebContext context)
      Specified by:
      renewSession in interface org.pac4j.core.context.session.SessionStore
      Overrides:
      renewSession in class org.pac4j.jee.context.session.JEESessionStore