Uses of Class
net.shibboleth.idp.authn.ExternalAuthenticationException
Packages that use ExternalAuthenticationException
-
Uses of ExternalAuthenticationException in net.shibboleth.idp.authn
Methods in net.shibboleth.idp.authn that throw ExternalAuthenticationExceptionModifier and TypeMethodDescriptionprotected abstract voidExternalAuthentication.doFinish(HttpServletRequest request, 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(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.static voidExternalAuthentication.finishExternalAuthentication(String key, HttpServletRequest request, HttpServletResponse response) 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.private static ExternalAuthenticationContextExternalAuthentication.getExternalAuthenticationContext(ProfileRequestContext profileRequestContext) Utility method to access theExternalAuthenticationContext.static ProfileRequestContextExternalAuthentication.getProfileRequestContext(String key, HttpServletRequest request) Get theProfileRequestContextassociated with a request.static StringExternalAuthentication.startExternalAuthentication(HttpServletRequest request) Initialize a request for external authentication by seeking out the information stored in the servlet session and exposing it as request attributes.