com.atlassian.user.impl.ldap
Interface LDAPUserFactory

All Superinterfaces:
LDAPEntityFactory
All Known Implementing Classes:
DefaultLDAPUserFactory

public interface LDAPUserFactory
extends LDAPEntityFactory


Method Summary
 User getUser(javax.naming.directory.Attributes attrs, java.lang.String distinguishedName)
           
 java.util.Collection getUsers(java.util.Enumeration enume)
           
 
Methods inherited from interface com.atlassian.user.impl.ldap.LDAPEntityFactory
getEntity
 

Method Detail

getUser

public User getUser(javax.naming.directory.Attributes attrs,
                    java.lang.String distinguishedName)
             throws RepositoryException
Throws:
RepositoryException

getUsers

public java.util.Collection getUsers(java.util.Enumeration enume)
                              throws RepositoryException
Throws:
RepositoryException


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