Package org.ldaptive.auth
Interface DnResolver
- All Known Implementing Classes:
AggregateDnResolver
,FormatDnResolver
,NoOpDnResolver
,SearchDnResolver
public interface DnResolver
Provides an interface for finding LDAP DNs with a user identifier.
-
Method Summary
-
Method Details
-
resolve
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
-