Uses of Class
net.shibboleth.idp.authn.impl.AbstractAuditingValidationAction
Packages that use AbstractAuditingValidationAction
Package
Description
Implementation of Duo authentication.
Implementation of various authentication actions.
-
Uses of AbstractAuditingValidationAction in net.shibboleth.idp.authn.duo.impl
Subclasses of AbstractAuditingValidationAction 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 AbstractAuditingValidationAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractAuditingValidationAction in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclassAn 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.