org.alfresco.repo.security.sync.ldap
Interface LDAPNameResolver
- All Known Implementing Classes:
- LDAPUserRegistry
public interface LDAPNameResolver
An interface for objects capable of resolving user IDs to full LDAP Distinguished Names (DNs).
Method Summary |
java.lang.String |
resolveDistinguishedName(java.lang.String userId)
Resolves a user ID to a distinguished name. |
resolveDistinguishedName
java.lang.String resolveDistinguishedName(java.lang.String userId)
throws org.alfresco.repo.security.authentication.AuthenticationException
- Resolves a user ID to a distinguished name.
- Parameters:
userId
- the user id
- Returns:
- the DN
- Throws:
org.alfresco.repo.security.authentication.AuthenticationException
- if the user ID cannot be resolved
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.