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 AuthenticationHandlerAuthenticatorConfig. getAuthenticationHandler()This returns the authentication handler.Methods in edu.vt.middleware.ldap.auth with parameters of type AuthenticationHandler Modifier and Type Method Description voidAuthenticatorConfig. 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 classAbstractAuthenticationHandlerAbstractAuthenticationHandler provides a base implementation for authentication handlers.classBindAuthenticationHandlerBindAuthenticationHandlerprovides an LDAP authentication implementation that leverages the LDAP bind operation.classCompareAuthenticationHandlerCompareAuthenticationHandlerprovides 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 AuthenticationHandlerAbstractAuthenticationHandler. newInstance()Returns a separate instance of this authentication handler.AuthenticationHandlerAuthenticationHandler. newInstance()Returns a separate instance of this authentication handler.
-