Uses of Interface
net.shibboleth.idp.authn.CredentialValidator
Packages that use CredentialValidator
Package
Description
APIs related to the authentication of a subject.
Implementation of various authentication actions.
-
Uses of CredentialValidator in net.shibboleth.idp.authn
Classes in net.shibboleth.idp.authn that implement CredentialValidatorModifier and TypeClassDescriptionclassAn abstractCredentialValidatorthat handles some common behavior.classAn abstractCredentialValidatorthat checks for aUsernamePasswordContextand delegates to subclasses to produce a result. -
Uses of CredentialValidator in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement CredentialValidatorModifier and TypeClassDescriptionclassA password validator that authenticates against Apache htpasswd files.classA password validator that authenticates against JAAS.classA password validator that authenticates against Kerberos natively, with optional service ticket verification.classA password validator that authenticates against LDAP natively.classA credential validator that validates an X.509 certificate.Fields in net.shibboleth.idp.authn.impl declared as CredentialValidatorModifier and TypeFieldDescriptionprivate CredentialValidatorValidateCredentials.currentValidatorCurrently executing validator.Fields in net.shibboleth.idp.authn.impl with type parameters of type CredentialValidatorModifier and TypeFieldDescriptionprivate List<CredentialValidator>ValidateCredentials.credentialValidatorsOrdered list of validators.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type CredentialValidatorModifier and TypeMethodDescriptionvoidValidateCredentials.setValidators(List<CredentialValidator> validators) Set the list of validators to use.