Interface SessionManager

  • All Superinterfaces:
    Component
    All Known Implementing Classes:
    DefaultSessionManager

    public interface SessionManager
    extends Component
    The session manager initializes and destroys the session handler and session cache.
    • Method Detail

      • getGroupName

        java.lang.String getGroupName()
      • setGroupName

        void setGroupName​(java.lang.String groupName)
      • setSessionConfig

        void setSessionConfig​(SessionConfig sessionConfig)
      • setSessionDataStore

        void setSessionDataStore​(SessionDataStore sessionDataStore)