Uses of Interface
net.shibboleth.idp.authn.CredentialValidator
-
Packages that use CredentialValidator Package Description net.shibboleth.idp.authn APIs related to the authentication of a subject.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of CredentialValidator in net.shibboleth.idp.authn
Classes in net.shibboleth.idp.authn that implement CredentialValidator Modifier and Type Class Description classAbstractCredentialValidatorAn abstractCredentialValidatorthat handles some common behavior.classAbstractUsernamePasswordCredentialValidatorAn 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 CredentialValidator Modifier and Type Class Description classHTPasswdCredentialValidatorA password validator that authenticates against Apache htpasswd files.classJAASCredentialValidatorA password validator that authenticates against JAAS.classKerberosCredentialValidatorA password validator that authenticates against Kerberos natively, with optional service ticket verification.classLDAPCredentialValidatorA password validator that authenticates against LDAP natively.classX509CertificateCredentialValidatorA credential validator that validates an X.509 certificate.Fields in net.shibboleth.idp.authn.impl declared as CredentialValidator Modifier and Type Field Description private CredentialValidatorValidateCredentials. currentValidatorCurrently executing validator.Fields in net.shibboleth.idp.authn.impl with type parameters of type CredentialValidator Modifier and Type Field Description private List<CredentialValidator>ValidateCredentials. credentialValidatorsOrdered list of validators.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type CredentialValidator Modifier and Type Method Description voidValidateCredentials. setValidators(List<CredentialValidator> validators)Set the list of validators to use.
-