Package org.ldaptive.auth
Interface AuthenticationHandler
- All Known Implementing Classes:
AbstractAuthenticationHandler,AggregateAuthenticationHandler,CompareAuthenticationHandler,SimpleBindAuthenticationHandler
public interface AuthenticationHandler
Provides an interface for LDAP authentication implementations.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(AuthenticationCriteria criteria) Perform an ldap authentication.
-
Method Details
-
authenticate
Perform an ldap authentication.- Parameters:
criteria- to perform the authentication with- Returns:
- authentication handler response
- Throws:
LdapException- if ldap operation fails
-