Uses of Class
org.ldaptive.auth.AbstractAuthenticationHandler
-
Packages that use AbstractAuthenticationHandler Package Description org.ldaptive.auth -
-
Uses of AbstractAuthenticationHandler in org.ldaptive.auth
Subclasses of AbstractAuthenticationHandler in org.ldaptive.auth Modifier and Type Class Description class
CompareAuthenticationHandler
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.class
SimpleBindAuthenticationHandler
Provides an LDAP authentication implementation that leverages the LDAP bind operation.
-