See: Description
| Class | Description |
|---|---|
| BasicSPSessionCreationStrategy |
A function to create a
BasicSPSession based on profile execution state. |
| BasicSPSessionSerializer |
A serializer for
BasicSPSession objects. |
| ExtractActiveAuthenticationResults |
An authentication action that populates a
AuthenticationContext with the active
AuthenticationResult objects found in a SessionContext that is a direct
child of the ProfileRequestContext. |
| InvalidateSessionOnIdentitySwitch |
An authentication action that checks for a mismatch between an existing session's identity and
the result of a newly canonicalized subject (from a
SubjectCanonicalizationContext). |
| PopulateSessionContext |
A profile action that populates a
SessionContext with an active, valid
IdPSession as a direct child of the ProfileRequestContext. |
| StorageBackedIdPSession |
Implementation of
IdPSession for use with StorageBackedSessionManager. |
| StorageBackedIdPSessionSerializer |
A serializer for instances of
StorageBackedIdPSession designed in conjunction with the
StorageService-backed SessionManager implementation. |
| StorageBackedSessionManager |
Implementation of
SessionManager and SessionResolver interfaces that relies on a
StorageService for persistence and lifecycle management of data. |
| UpdateSessionWithAuthenticationResult |
An authentication action that establishes a record of the
AuthenticationResult
in an IdPSession for the client, either by updating an existing session or creating a new one. |
| UpdateSessionWithSPSession |
An action that establishes a record of an
SPSession in an existing IdPSession for the client. |
Copyright © 1999–2014. All rights reserved.