com.atlassian.user.impl.ldap
Interface LDAPGroupFactory

All Superinterfaces:
LDAPEntityFactory<Group>
All Known Implementing Classes:
DefaultLDAPGroupFactory

public interface LDAPGroupFactory
extends LDAPEntityFactory<Group>


Method Summary
 Group getGroup(Attributes attrs, String distinguishedName)
           
 Group getGroup(String distinguishedName)
           
 
Methods inherited from interface com.atlassian.user.impl.ldap.LDAPEntityFactory
getEntity
 

Method Detail

getGroup

Group getGroup(Attributes attrs,
               String distinguishedName)
               throws RepositoryException,
                      EntityException
Throws:
RepositoryException
EntityException

getGroup

Group getGroup(String distinguishedName)


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