Uses of Class
net.shibboleth.idp.authn.AbstractValidationAction
Packages that use AbstractValidationAction
Package
Description
Implementation of Duo authentication.
Implementation of various authentication actions.
Profile processing actions related to SAML 2 messages.
-
Uses of AbstractValidationAction in net.shibboleth.idp.authn.duo.impl
Subclasses of AbstractValidationAction in net.shibboleth.idp.authn.duo.implModifier and TypeClassDescriptionclassAn action that checks for aDuoAuthenticationContextand directly produces anAuthenticationResultbased on that identity by authenticating against the Duo AuthAPI.classAn action that validates a DuoWeb response message and produces anAuthenticationResultor records error state. -
Uses of AbstractValidationAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractValidationAction in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclassBase class for validation actions that includes new audit logging support.classAn action that processes a list ofCredentialValidatorobjects to produce anAuthenticationResult.classAn action that checks for anExternalAuthenticationContextand directly produces anAuthenticationResultor records error state based on the contents.classAn action that executes a deployer-supplied function and produces anAuthenticationResultbased on the function result.classAn action that checks for aUsernameContextand directly produces anAuthenticationResultbased on that identity.classAn action that ensures that a user-agent address found within aUserAgentContextis within a given range and generates anAuthenticationResult. -
Uses of AbstractValidationAction in net.shibboleth.idp.saml.saml2.profile.impl
Subclasses of AbstractValidationAction in net.shibboleth.idp.saml.saml2.profile.implModifier and TypeClassDescriptionclassAn action that produces anAuthenticationResultbased on an inbound SAML 2.0 SSO response.