Uses of Class
net.shibboleth.idp.authn.impl.AbstractAuditingValidationAction
-
Packages that use AbstractAuditingValidationAction Package Description net.shibboleth.idp.authn.duo.impl Implementation of Duo authentication.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of AbstractAuditingValidationAction in net.shibboleth.idp.authn.duo.impl
Subclasses of AbstractAuditingValidationAction in net.shibboleth.idp.authn.duo.impl Modifier and Type Class Description classValidateDuoAuthAPIAn action that checks for aDuoAuthenticationContextand directly produces anAuthenticationResultbased on that identity by authenticating against the Duo AuthAPI.classValidateDuoWebResponseAn 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.impl Modifier and Type Class Description classValidateCredentialsAn action that processes a list ofCredentialValidatorobjects to produce anAuthenticationResult.classValidateExternalAuthenticationAn action that checks for anExternalAuthenticationContextand directly produces anAuthenticationResultor records error state based on the contents.classValidateFunctionResultAn action that executes a deployer-supplied function and produces anAuthenticationResultbased on the function result.classValidateRemoteUserAn action that checks for aUsernameContextand directly produces anAuthenticationResultbased on that identity.classValidateUserAgentAddressAn action that ensures that a user-agent address found within aUserAgentContextis within a given range and generates anAuthenticationResult.
-