com.atlassian.user.impl.ldap
Interface LDAPUserFactory

All Superinterfaces:
LDAPEntityFactory<User>
All Known Implementing Classes:
DefaultLDAPUserFactory

public interface LDAPUserFactory
extends LDAPEntityFactory<User>


Method Summary
 User getUser(Attributes attrs, String distinguishedName)
           
 Collection<User> getUsers(Enumeration enume)
           
 
Methods inherited from interface com.atlassian.user.impl.ldap.LDAPEntityFactory
getEntity
 

Method Detail

getUser

User getUser(Attributes attrs,
             String distinguishedName)
             throws RepositoryException
Throws:
RepositoryException

getUsers

Collection<User> getUsers(Enumeration enume)
                          throws RepositoryException
Throws:
RepositoryException


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.