Interface SilverpeasUserSession

  • All Known Implementing Classes:
    HTTPSessionInfo, SessionInfo

    public interface SilverpeasUserSession
    Represents a session opened by a User.
    Author:
    silveryocha
    • Method Detail

      • getId

        String getId()
        Gets the unique identifier of the session.
        Returns:
        the unique identifier as string.
      • getUser

        User getUser()
        Gets the user which as opened to session.
        Returns:
        a User instance.