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 SubjectAbstractCredentialValidator.doValidate(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.protected abstract SubjectAbstractUsernamePasswordCredentialValidator.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 SubjectAbstractUsernamePasswordCredentialValidator.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 aSubjectas 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 aSubjectas the outcome. -
Uses of CredentialValidator.ErrorHandler in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement CredentialValidator.ErrorHandlerModifier and TypeClassDescriptionclassAn action that processes a list ofCredentialValidatorobjects to produce anAuthenticationResult.Methods in net.shibboleth.idp.authn.impl with parameters of type CredentialValidator.ErrorHandlerModifier and TypeMethodDescriptionprotected SubjectHTPasswdCredentialValidator.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 SubjectJAASCredentialValidator.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 SubjectKerberosCredentialValidator.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 SubjectLDAPCredentialValidator.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 SubjectX509CertificateCredentialValidator.doValidate(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, CredentialValidator.WarningHandler warningHandler, CredentialValidator.ErrorHandler errorHandler) Override method for subclasses to use to perform the actual validation.