Package org.sourceid.saml20.service.session.data


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