com.atlassian.user.impl.ldap
Interface LDAPGroupFactory

All Superinterfaces:
LDAPEntityFactory
All Known Implementing Classes:
DefaultLDAPGroupFactory

public interface LDAPGroupFactory
extends LDAPEntityFactory


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

Method Detail

getGroup

public Group getGroup(javax.naming.directory.Attributes attrs,
                      java.lang.String distinguishedName)
               throws RepositoryException,
                      EntityException
Throws:
RepositoryException
EntityException

getGroup

public Group getGroup(java.lang.String distinguishedName)


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