Class 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
    • Constructor Detail

      • BackendSessionStore

        public BackendSessionStore()
    • Method Detail

      • 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