org.ldaptive.auth
Interface DnResolverEx

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

public interface DnResolverEx

Transitional interface to support resolving arbitrary user types.

Version:
$Revision: 3149 $
Author:
Middleware Services

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

Method Detail

resolve

String resolve(User 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.