| Package | Description |
|---|---|
| net.shibboleth.idp.authn |
APIs related to the authentication of a subject.
|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.storage.StorageSerializer<AuthenticationResult> |
AuthenticationFlowDescriptor.resultSerializer
Custom serializer for the results generated by this flow.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthenticationFlowDescriptor.deserialize(long version,
String context,
String key,
String value,
Long expiration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationFlowDescriptor.isResultActive(AuthenticationResult result)
Check if a result generated by this flow is still active.
|
String |
AuthenticationFlowDescriptor.serialize(AuthenticationResult instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFlowDescriptor.setResultSerializer(org.opensaml.storage.StorageSerializer<AuthenticationResult> serializer)
Set a custom serializer for results produced by this flow.
|
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationResult |
AuthenticationContext.authenticationResult
A successfully processed authentication result (the output of the attempted flow, if any).
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,AuthenticationResult> |
AuthenticationContext.activeResults
Authentication results associated with an active session and available for (re)use.
|
private Map<String,AuthenticationResult> |
SubjectContext.authenticationResults
The active authentication results for the subject.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthenticationContext.getAuthenticationResult()
Get the authentication result produced by the attempted flow, or reused for SSO.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticationResult> |
AuthenticationContext.getActiveResults()
Get the authentication results currently active for the subject.
|
Map<String,AuthenticationResult> |
SubjectContext.getAuthenticationResults()
Get a mutable map of authentication flow IDs to authentication results.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationContext |
AuthenticationContext.setAuthenticationResult(AuthenticationResult result)
Set the authentication result produced by the attempted flow, or reused for SSO.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationContext |
AuthenticationContext.setActiveResults(Iterable<AuthenticationResult> results)
Set the authentication results currently active for the subject.
|
Copyright © 1999–2015. All rights reserved.