Uses of Class
net.shibboleth.idp.authn.ExternalAuthentication
Packages that use ExternalAuthentication
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of ExternalAuthentication in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as ExternalAuthenticationModifier and TypeFieldDescriptionprivate final ExternalAuthentication
ExternalAuthenticationContext.externalAuthentication
Implementation object.Methods in net.shibboleth.idp.authn.context that return ExternalAuthenticationModifier and TypeMethodDescriptionExternalAuthenticationContext.getExternalAuthentication()
Get theExternalAuthentication
object installed in the context.Constructors in net.shibboleth.idp.authn.context with parameters of type ExternalAuthenticationModifierConstructorDescriptionExternalAuthenticationContext
(ExternalAuthentication authentication) Constructor. -
Uses of ExternalAuthentication in net.shibboleth.idp.authn.impl
Subclasses of ExternalAuthentication in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclass
Implementation of theExternalAuthentication
API that handles moving information in and out of request attributes.