Uses of Interface
com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor

Packages that use LDAPGroupAdaptor
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.ldap.adaptor   
com.atlassian.user.impl.ldap.search.query   
 

Uses of LDAPGroupAdaptor in com.atlassian.user.impl.ldap
 

Methods in com.atlassian.user.impl.ldap that return LDAPGroupAdaptor
 LDAPGroupAdaptor LdapRepositoryAccessor.getGroupAdaptor()
           
 

Methods in com.atlassian.user.impl.ldap with parameters of type LDAPGroupAdaptor
 void LdapRepositoryAccessor.setGroupAdaptor(LDAPGroupAdaptor groupAdaptor)
           
 

Constructors in com.atlassian.user.impl.ldap with parameters of type LDAPGroupAdaptor
LDAPGroupManagerReadOnly(RepositoryIdentifier repositoryIdentifier, LDAPGroupAdaptor groupAdaptor)
           
 

Uses of LDAPGroupAdaptor in com.atlassian.user.impl.ldap.adaptor
 

Classes in com.atlassian.user.impl.ldap.adaptor that implement LDAPGroupAdaptor
 class AbstractLDAPGroupAdaptor
           
 class LDAPDynamicGroupAdaptor
          Dynamic groups, in 'LDAP speak', express their membership via user entries (you need to examine the user entry to discover what groups the user belongs to).
 class LDAPStaticGroupAdaptor
           
 

Uses of LDAPGroupAdaptor in com.atlassian.user.impl.ldap.search.query
 

Constructors in com.atlassian.user.impl.ldap.search.query with parameters of type LDAPGroupAdaptor
LDAPEntityQueryParser(LdapContextFactory repository, LDAPGroupAdaptor groupAdaptor, RepositoryIdentifier repositoryIdentifier, LDAPUserFactory userFactory, LdapSearchProperties searchProperties, LdapMembershipProperties membershipProperties, LdapFilterFactory filterFactory)
           
 



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