Interface DataSessionStore

  • All Superinterfaces:
    org.pac4j.core.context.session.SessionStore

    public interface DataSessionStore
    extends org.pac4j.core.context.session.SessionStore
    Interface for session stores which grants access to data map
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Map<String,​Object> getData​(org.pac4j.core.context.WebContext context)
      Returns the data map
      • Methods inherited from interface org.pac4j.core.context.session.SessionStore

        buildFromTrackableSession, destroySession, get, getSessionId, getTrackableSession, renewSession, set
    • Method Detail

      • getData

        Map<String,​Object> getData​(org.pac4j.core.context.WebContext context)
        Returns the data map
        Parameters:
        context - the context
        Returns:
        the map of session data