Uses of Class
edu.vt.middleware.ldap.auth.Authenticator
-
Packages that use Authenticator Package Description edu.vt.middleware.ldap.jaas -
-
Uses of Authenticator in edu.vt.middleware.ldap.jaas
Subclasses of Authenticator in edu.vt.middleware.ldap.jaas Modifier and Type Class Description class
JaasAuthenticator
JaasAuthenticator
is the default implementation for JAAS authentication.Methods in edu.vt.middleware.ldap.jaas that return Authenticator Modifier and Type Method Description static Authenticator
AbstractLoginModule. createAuthenticator(java.util.Map<java.lang.String,?> options)
This constructs a newAuthenticator
with the supplied jaas options.
-