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 TypeClassDescriptionclass
An action that checks for aDuoAuthenticationContext
and directly produces anAuthenticationResult
based on that identity by authenticating against the Duo AuthAPI.class
An action that validates a DuoWeb response message and produces anAuthenticationResult
or records error state. -
Uses of AbstractValidationAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractValidationAction in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclass
Base class for validation actions that includes new audit logging support.class
An action that processes a list ofCredentialValidator
objects to produce anAuthenticationResult
.class
An action that checks for anExternalAuthenticationContext
and directly produces anAuthenticationResult
or records error state based on the contents.class
An action that executes a deployer-supplied function and produces anAuthenticationResult
based on the function result.class
An action that checks for aUsernameContext
and directly produces anAuthenticationResult
based on that identity.class
An action that ensures that a user-agent address found within aUserAgentContext
is 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 TypeClassDescriptionclass
An action that produces anAuthenticationResult
based on an inbound SAML 2.0 SSO response.