| 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.
|
| SessionStorageException |
An exception thrown when an error occurs while reading persistent authentication session data from storage
or while writing data to storage.
|
| SessionStorageManager |
This is the interface that must be implemented in order to store persistent authentication sessions.
|