Uses of Class
net.shibboleth.idp.authn.ExternalAuthentication
-
Packages that use ExternalAuthentication Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state. -
-
Uses of ExternalAuthentication in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as ExternalAuthentication Modifier and Type Field Description private ExternalAuthenticationExternalAuthenticationContext. externalAuthenticationImplementation object.Methods in net.shibboleth.idp.authn.context that return ExternalAuthentication Modifier and Type Method Description ExternalAuthenticationExternalAuthenticationContext. getExternalAuthentication()Get theExternalAuthenticationobject installed in the context.Constructors in net.shibboleth.idp.authn.context with parameters of type ExternalAuthentication Constructor Description ExternalAuthenticationContext(ExternalAuthentication authentication)Constructor.
-