Uses of Class
net.shibboleth.idp.authn.AbstractExtractionAction
Packages that use AbstractExtractionAction
-
Uses of AbstractExtractionAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractExtractionAction in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclassAn action that extracts an asserted user identity from the incoming request, creates aUsernameContext, and attaches it to theAuthenticationContext.classAn action that extracts the user-agent's IP address from the incoming request, creates aUserAgentContext, and attaches it to theAuthenticationContext.classAn action that extracts the user-agent's identifier from the incoming request, creates aUserAgentContext, and attaches it to theAuthenticationContext.class/** An action that extracts a username and password from the HTTPHttpHeaders.AUTHORIZATIONheader, creates aUsernamePasswordContext, and attaches it to theAuthenticationContext.classAn action that extracts a username and password from an HTTP form body or query string, creates aUsernamePasswordContext, and attaches it to theAuthenticationContext.classAn authentication stage that extracts a username/password from the WSS Username/Password attached to a SOAP message.classAn action that extracts an X.509 certificate from the standard servlet request attribute, creates aCertificateContext, and attaches it to theAuthenticationContext.classAn action to populate a username into a clearedUsernamePasswordContext, either from a form submission, a cookie, or an existing session to "prime" the login view.