Uses of Class
net.shibboleth.idp.authn.AbstractCredentialValidator
-
Packages that use AbstractCredentialValidator 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 AbstractCredentialValidator in net.shibboleth.idp.authn
Subclasses of AbstractCredentialValidator in net.shibboleth.idp.authn Modifier and Type Class Description classAbstractUsernamePasswordCredentialValidatorAn abstractCredentialValidatorthat checks for aUsernamePasswordContextand delegates to subclasses to produce a result. -
Uses of AbstractCredentialValidator in net.shibboleth.idp.authn.impl
Subclasses of AbstractCredentialValidator in net.shibboleth.idp.authn.impl 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.
-