Package org.silverpeas.core.security.session
Provides the classes and the interfaces to handle the user session in Silverpeas once it is
correctly authenticated.
- Author:
- mmoquillon
-
Interface Summary Interface Description SessionManagement It defines the contract the session management implementation in Silverpeas should implement.SilverpeasUserSession Represents a session opened by aUser
in Silverpeas. -
Class Summary Class Description SessionInfo Default implementation of a user session in Silverpeas.SessionManagementProvider Factory of objects aiming to manage the user sessions with Silverpeas.SessionValidationContext This class handles context data to perform a session validation.