See: Description
| Class | Description |
|---|---|
| BasicSPSessionCreationStrategy |
A function to create a
BasicSPSession based on profile execution state. |
| BasicSPSessionSerializer |
A serializer for
BasicSPSession objects. |
| DetectIdentitySwitch |
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). |
| 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. |
| PopulateLogoutContextForPropagation |
Profile action that reconstitutes an encrypted
SPSession object from an HTTP request parameter, and
attaches it to a LogoutContext created with a strategy function. |
| PopulateMultiRPContextFromLogoutContext |
Profile action that populates a
MultiRelyingPartyContext with the relying party
information from a LogoutContext, and extends each RelyingPartyContext
created with a SAMLMetadataContext based on metadata lookup. |
| PopulateSessionContext |
A profile action that populates a
SessionContext with an active, valid
IdPSession. |
| ProcessLogout |
Profile action that resolves an active session from the profile request, and destroys it,
populating the associated
SPSession objects into a LogoutContext. |
| SelectLogoutPropagationFlow |
A profile action that selects a logout propagation flow to invoke.
|
| 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.