Package org.ldaptive.auth
Interface AuthenticationRequestHandler
- All Known Implementing Classes:
AddControlAuthenticationRequestHandler,PasswordPolicyAuthenticationRequestHandler
public interface AuthenticationRequestHandler
Provides pre authentication handling of authentication requests.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(String dn, AuthenticationRequest request) Handle the request for an ldap authentication.
-
Method Details
-
handle
Handle the request for an ldap authentication.- Parameters:
dn- distinguished name resolved for this requestrequest- for this authentication event- Throws:
LdapException- if an error occurs handling an authentication request
-