Uses of Class
net.shibboleth.idp.authn.AbstractExtractionAction
-
Packages that use AbstractExtractionAction Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of AbstractExtractionAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractExtractionAction in net.shibboleth.idp.authn.impl Modifier and Type Class Description classExtractKerberosTicketFromWSSTokenTODO.classExtractRemoteUserAn action that extracts an asserted user identity from the incoming request, creates aUsernameContext, and attaches it to theAuthenticationContext.classExtractUserAgentAddressAn action that extracts the user-agent's IP address from the incoming request, creates aUserAgentContext, and attaches it to theAuthenticationContext.classExtractUserAgentIdentifierAn action that extracts the user-agent's identifier from the incoming request, creates aUserAgentContext, and attaches it to theAuthenticationContext.classExtractUsernamePasswordFromBasicAuth/** An action that extracts a username and password from the HTTPHttpHeaders.AUTHORIZATIONheader, creates aUsernamePasswordContext, and attaches it to theAuthenticationContext.classExtractUsernamePasswordFromFormRequestAn action that extracts a username and password from an HTTP form body or query string, creates aUsernamePasswordContext, and attaches it to theAuthenticationContext.classExtractUsernamePasswordFromWSSTokenAn authentication stage that extracts a username/password from the WSS Username/Password attached to a SOAP message.classExtractX509CertificateFromRequestAn action that extracts an X.509 certificate from the standard servlet request attribute, creates aCertificateContext, and attaches it to theAuthenticationContext.
-