Uses of Interface
com.atlassian.user.impl.ldap.LDAPGroupFactory

Packages that use LDAPGroupFactory
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.ldap.adaptor   
 

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

Classes in com.atlassian.user.impl.ldap that implement LDAPGroupFactory
 class DefaultLDAPGroupFactory
           
 

Methods in com.atlassian.user.impl.ldap that return LDAPGroupFactory
 LDAPGroupFactory LdapRepositoryAccessor.getGroupFactory()
           
 

Methods in com.atlassian.user.impl.ldap with parameters of type LDAPGroupFactory
 void LdapRepositoryAccessor.setGroupFactory(LDAPGroupFactory groupFactory)
           
 

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

Fields in com.atlassian.user.impl.ldap.adaptor declared as LDAPGroupFactory
protected  LDAPGroupFactory AbstractLDAPGroupAdaptor.groupFactory
           
 

Methods in com.atlassian.user.impl.ldap.adaptor that return LDAPGroupFactory
 LDAPGroupFactory AbstractLDAPGroupAdaptor.getGroupFactory()
           
 

Constructors in com.atlassian.user.impl.ldap.adaptor with parameters of type LDAPGroupFactory
LDAPStaticGroupAdaptor(LdapContextFactory repository, LdapSearchProperties searchProperties, LDAPGroupFactory groupFactory, LdapFilterFactory filterFactory, LdapMembershipProperties membershipProperties)
           
LDAPDynamicGroupAdaptor(LdapContextFactory repo, LdapSearchProperties searchProperties, LDAPGroupFactory groupFactory, LdapFilterFactory filterFactory, LDAPUserFactory userFactory, LdapMembershipProperties membershipProperties)
           
AbstractLDAPGroupAdaptor(LdapContextFactory repo, LdapSearchProperties searchProperties, LDAPGroupFactory groupFactory, LdapFilterFactory filterFactory)
           
 



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