| Package | Description |
|---|---|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setAuthnError(String message)
Set an error message from the authentication process.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setAuthnException(Exception exception)
Set an exception from the authentication process.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setAuthnInstant(org.joda.time.DateTime instant)
Set the time of authentication.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setDoNotCache(boolean flag)
Set the "do not cache" flag.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setFlowExecutionUrl(String url)
Set the flow execution URL to return control to.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setPreviousResult(boolean flag)
Set whether this result is the product of an external SSO event and not
a new act of authentication.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setPrincipal(Principal prin)
Set a
Principal that was authenticated. |
ExternalAuthenticationContext |
ExternalAuthenticationContext.setPrincipalName(String name)
Set the name of a principal that was authenticated.
|
ExternalAuthenticationContext |
ExternalAuthenticationContext.setSubject(Subject sub)
Set a
Subject that was authenticated. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.