Uses of Interface
edu.vt.middleware.ldap.auth.handler.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description edu.vt.middleware.ldap.auth edu.vt.middleware.ldap.auth.handler -
-
Uses of AuthenticationHandler in edu.vt.middleware.ldap.auth
Methods in edu.vt.middleware.ldap.auth that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandler
AuthenticatorConfig. getAuthenticationHandler()
This returns the authentication handler.Methods in edu.vt.middleware.ldap.auth with parameters of type AuthenticationHandler Modifier and Type Method Description void
AuthenticatorConfig. setAuthenticationHandler(AuthenticationHandler handler)
This sets the authentication handler. -
Uses of AuthenticationHandler in edu.vt.middleware.ldap.auth.handler
Classes in edu.vt.middleware.ldap.auth.handler that implement AuthenticationHandler Modifier and Type Class Description class
AbstractAuthenticationHandler
AbstractAuthenticationHandler provides a base implementation for authentication handlers.class
BindAuthenticationHandler
BindAuthenticationHandler
provides an LDAP authentication implementation that leverages the LDAP bind operation.class
CompareAuthenticationHandler
CompareAuthenticationHandler
provides an LDAP authentication implementation that leverages a compare operation against the userPassword attribute.Methods in edu.vt.middleware.ldap.auth.handler that return AuthenticationHandler Modifier and Type Method Description abstract AuthenticationHandler
AbstractAuthenticationHandler. newInstance()
Returns a separate instance of this authentication handler.AuthenticationHandler
AuthenticationHandler. newInstance()
Returns a separate instance of this authentication handler.
-