Package org.sourceid.saml20.service.session.data
Provides classes and interfaces related to persistent storage of authentication sessions.
-
Interface Summary Interface Description SessionStorageManager This is the interface that must be implemented in order to store persistent authentication sessions. -
Class Summary Class Description AbstractSessionStorageManagerImpl Abstract base class for persistent session storage managers.AuthnSessionData An class containing data for an end user session associated with a specific authentication source.SessionGroupAndSessionsData A class combining data for a session group with the data for the authentication sessions that belong to that group.SessionGroupData The class that encapsulates information for a group of authentication sessions linked to the same browser instance. -
Exception Summary Exception Description SessionStorageException An exception thrown when an error occurs while reading persistent authentication session data from storage or while writing data to storage.