Uses of Class
net.shibboleth.idp.authn.AbstractCredentialValidator
Packages that use AbstractCredentialValidator
Package
Description
APIs related to the authentication of a subject.
Implementation of various authentication actions.
-
Uses of AbstractCredentialValidator in net.shibboleth.idp.authn
Subclasses of AbstractCredentialValidator in net.shibboleth.idp.authnModifier and TypeClassDescriptionclassAn 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.implModifier 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.