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