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 TypeClassDescriptionclass
TODO.class
An action that extracts an asserted user identity from the incoming request, creates aUsernameContext
, and attaches it to theAuthenticationContext
.class
An action that extracts the user-agent's IP address from the incoming request, creates aUserAgentContext
, and attaches it to theAuthenticationContext
.class
An 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.AUTHORIZATION
header, creates aUsernamePasswordContext
, and attaches it to theAuthenticationContext
.class
An action that extracts a username and password from an HTTP form body or query string, creates aUsernamePasswordContext
, and attaches it to theAuthenticationContext
.class
An authentication stage that extracts a username/password from the WSS Username/Password attached to a SOAP message.class
An action that extracts an X.509 certificate from the standard servlet request attribute, creates aCertificateContext
, and attaches it to theAuthenticationContext
.