org.ldaptive.auth
Interface DnResolver

All Known Implementing Classes:
AbstractSearchDnResolver, AggregateDnResolver, FormatDnResolver, NoOpDnResolver, PooledSearchDnResolver, SearchDnResolver

public interface DnResolver

Provides an interface for finding LDAP DNs with a user identifier.

Version:
$Revision: 3146 $ $Date: 2016-04-08 18:05:47 -0400 (Fri, 08 Apr 2016) $
Author:
Middleware Services

Method Summary
 String resolve(String user)
          Attempts to find the LDAP DN for the supplied user.
 

Method Detail

resolve

String resolve(String user)
               throws LdapException
Attempts to find the LDAP DN for the supplied user.

Parameters:
user - to find DN for
Returns:
user DN
Throws:
LdapException - if an LDAP error occurs


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