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 TypeClassDescriptionclass
An abstractCredentialValidator
that handles some common behavior.class
An abstractCredentialValidator
that checks for aUsernamePasswordContext
and 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 TypeClassDescriptionclass
A password validator that authenticates against Apache htpasswd files.class
A password validator that authenticates against JAAS.class
A password validator that authenticates against Kerberos natively, with optional service ticket verification.class
A password validator that authenticates against LDAP natively.class
A credential validator that validates an X.509 certificate.Fields in net.shibboleth.idp.authn.impl declared as CredentialValidatorModifier and TypeFieldDescriptionprivate CredentialValidator
ValidateCredentials.currentValidator
Currently executing validator.Fields in net.shibboleth.idp.authn.impl with type parameters of type CredentialValidatorModifier and TypeFieldDescriptionprivate List<CredentialValidator>
ValidateCredentials.credentialValidators
Ordered list of validators.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type CredentialValidatorModifier and TypeMethodDescriptionvoid
ValidateCredentials.setValidators
(List<CredentialValidator> validators) Set the list of validators to use.