Uses of Interface
net.shibboleth.idp.authn.CredentialValidator.ErrorHandler
Packages that use CredentialValidator.ErrorHandler
Package
Description
APIs related to the authentication of a subject.
Implementation of various authentication actions.
-
Uses of CredentialValidator.ErrorHandler in net.shibboleth.idp.authn
Methods in net.shibboleth.idp.authn with parameters of type CredentialValidator.ErrorHandlerModifier and TypeMethodDescriptionprotected abstract Subject
AbstractCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected abstract Subject
AbstractUsernamePasswordCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected Subject
AbstractUsernamePasswordCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.AbstractCredentialValidator.validate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Validate any credentials found in a supported form within the input context tree and produce aSubject
as the outcome.CredentialValidator.validate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Validate any credentials found in a supported form within the input context tree and produce aSubject
as the outcome. -
Uses of CredentialValidator.ErrorHandler in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement CredentialValidator.ErrorHandlerModifier and TypeClassDescriptionclass
An action that processes a list ofCredentialValidator
objects to produce anAuthenticationResult
.Methods in net.shibboleth.idp.authn.impl with parameters of type CredentialValidator.ErrorHandlerModifier and TypeMethodDescriptionprotected Subject
HTPasswdCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected Subject
JAASCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected Subject
KerberosCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected Subject
LDAPCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, UsernamePasswordContext usernamePasswordContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected Subject
X509CertificateCredentialValidator.doValidate
(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.