Uses of Class
net.shibboleth.idp.authn.context.ExternalAuthenticationContext
-
Packages that use ExternalAuthenticationContext 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. -
-
Uses of ExternalAuthenticationContext in net.shibboleth.idp.authn
Methods in net.shibboleth.idp.authn that return ExternalAuthenticationContext Modifier and Type Method Description private static ExternalAuthenticationContextExternalAuthentication. getExternalAuthenticationContext(ProfileRequestContext profileRequestContext)Utility method to access theExternalAuthenticationContext.Methods in net.shibboleth.idp.authn with parameters of type ExternalAuthenticationContext Modifier and Type Method Description protected abstract voidExternalAuthentication. doFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ProfileRequestContext profileRequestContext, ExternalAuthenticationContext externalAuthenticationContext)Complete a request for external authentication by seeking out the information stored in request attributes and transferring to the session's conversation state, and then transfer control back to the authentication web flow.protected voidExternalAuthentication. doStart(javax.servlet.http.HttpServletRequest request, ProfileRequestContext profileRequestContext, ExternalAuthenticationContext externalAuthenticationContext)Initialize a request for external authentication by seeking out the information stored in the servlet session and exposing it as request attributes. -
Uses of ExternalAuthenticationContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return ExternalAuthenticationContext Modifier and Type Method Description ExternalAuthenticationContextExternalAuthenticationContext. setAuthnError(String message)Set an error message from the authentication process.ExternalAuthenticationContextExternalAuthenticationContext. setAuthnException(Exception exception)Set an exception from the authentication process.ExternalAuthenticationContextExternalAuthenticationContext. setAuthnInstant(Instant instant)Set the time of authentication.ExternalAuthenticationContextExternalAuthenticationContext. setDoNotCache(boolean flag)Set the "do not cache" flag.ExternalAuthenticationContextExternalAuthenticationContext. setFlowExecutionUrl(String url)Set the flow execution URL to return control to.ExternalAuthenticationContextExternalAuthenticationContext. setPreviousResult(boolean flag)Set whether this result is the product of an external SSO event and not a new act of authentication.ExternalAuthenticationContextExternalAuthenticationContext. setPrincipal(Principal prin)Set aPrincipalthat was authenticated.ExternalAuthenticationContextExternalAuthenticationContext. setPrincipalName(String name)Set the name of a principal that was authenticated.ExternalAuthenticationContextExternalAuthenticationContext. setSubject(Subject sub)Set aSubjectthat was authenticated.
-