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

    Modifier and Type
    Method
    Description
    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 Details

    • 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