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 TypeClassDescriptionclass
An abstractCredentialValidator
that checks for aUsernamePasswordContext
and 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 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.