Interface UserSessionRegistry

    • Method Detail

      • getSessionIds

        Set<StringgetSessionIds​(String userName)
        Deprecated.
        Return the active session ids for the user. The returned set is a snapshot that will never be modified.
        Parameters:
        userName - the user to look up
        Returns:
        a set with 0 or more session ids, never null.
      • registerSessionId

        void registerSessionId​(String userName,
                               String sessionId)
        Deprecated.
        Register an active session id for a user.
        Parameters:
        userName - the user name
        sessionId - the session id
      • unregisterSessionId

        void unregisterSessionId​(String userName,
                                 String sessionId)
        Deprecated.
        Unregister an active session id for a user.
        Parameters:
        userName - the user name
        sessionId - the session id