org.ldaptive.auth
Interface AuthenticationRequestHandler

All Known Implementing Classes:
AddControlAuthenticationRequestHandler, PasswordPolicyAuthenticationRequestHandler

public interface AuthenticationRequestHandler

Provides pre authentication handling of authentication requests.

Version:
$Revision$ $Date$
Author:
Middleware Services

Method Summary
 void handle(String dn, AuthenticationRequest request)
          Handle the request for an ldap authentication.
 

Method Detail

handle

void handle(String dn,
            AuthenticationRequest request)
            throws LdapException
Handle the request for an ldap authentication.

Parameters:
dn - distinguished name resolved for this request
request - for this authentication event
Throws:
LdapException - if an error occurs handling an authentication request


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.