com.atlassian.user.impl.ldap.search
Interface LDAPUserAdaptor
- All Known Implementing Classes:
- DefaultLDAPUserAdaptor
public interface LDAPUserAdaptor
search
LDAPPagerInfo search(net.sf.ldaptemplate.support.filter.Filter searchFilter)
throws EntityException
- Throws:
EntityException
search
LDAPPagerInfo search(net.sf.ldaptemplate.support.filter.Filter searchFilter,
String[] attributesToReturnFromSearch)
throws EntityException
- Throws:
EntityException
getUserAttributes
LDAPPagerInfo getUserAttributes(String username,
String[] specifiedAttributes)
throws EntityException
- Throws:
EntityException
getUserDN
String getUserDN(User user)
throws EntityException
- Throws:
EntityException
getUserDN
String getUserDN(String userSearchPattern)
throws EntityException
- Throws:
EntityException
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.