Uses of Interface
com.atlassian.user.impl.ldap.repository.LdapContextFactory

Packages that use LdapContextFactory
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.ldap.adaptor   
com.atlassian.user.impl.ldap.repository   
com.atlassian.user.impl.ldap.search   
com.atlassian.user.impl.ldap.search.page   
com.atlassian.user.impl.ldap.search.query   
com.atlassian.user.impl.ldap.security.authentication   
 

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

Methods in com.atlassian.user.impl.ldap that return LdapContextFactory
 LdapContextFactory LdapRepositoryAccessor.getContextFactory()
           
 

Methods in com.atlassian.user.impl.ldap with parameters of type LdapContextFactory
 void LdapRepositoryAccessor.setContextFactory(LdapContextFactory contextFactory)
           
 

Constructors in com.atlassian.user.impl.ldap with parameters of type LdapContextFactory
LDAPUserManagerReadOnly(RepositoryIdentifier repositoryIdentifier, LdapContextFactory repository, LdapSearchProperties searchProperties, LdapFilterFactory filterFactory)
           
 

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

Fields in com.atlassian.user.impl.ldap.adaptor declared as LdapContextFactory
protected  LdapContextFactory AbstractLDAPGroupAdaptor.repository
           
 

Constructors in com.atlassian.user.impl.ldap.adaptor with parameters of type LdapContextFactory
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)
           
 

Uses of LdapContextFactory in com.atlassian.user.impl.ldap.repository
 

Classes in com.atlassian.user.impl.ldap.repository that implement LdapContextFactory
 class DefaultLdapContextFactory
           
 

Uses of LdapContextFactory in com.atlassian.user.impl.ldap.search
 

Constructors in com.atlassian.user.impl.ldap.search with parameters of type LdapContextFactory
DefaultLDAPUserAdaptor(LdapContextFactory repository, LdapSearchProperties searchProperties, LdapFilterFactory filterFactory)
           
 

Uses of LdapContextFactory in com.atlassian.user.impl.ldap.search.page
 

Fields in com.atlassian.user.impl.ldap.search.page declared as LdapContextFactory
protected  LdapContextFactory AbstractLDAPPager.repository
           
 

Constructors in com.atlassian.user.impl.ldap.search.page with parameters of type LdapContextFactory
LDAPSingleStringPager(LdapContextFactory repository, LDAPPagerInfo info)
           
LDAPMembershipToUsernamePager(LdapContextFactory repository, LDAPPagerInfo info)
           
LDAPListOfGroupsPager(LdapContextFactory contextFactory, LDAPEntityFactory groupFactory, LDAPPagerInfo info)
           
LDAPEntityPager(LdapContextFactory repository, LDAPEntityFactory entityFactory, LDAPPagerInfo info)
           
AbstractLDAPPager(LdapContextFactory repository, LDAPPagerInfo info)
           
 

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

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

Uses of LdapContextFactory in com.atlassian.user.impl.ldap.security.authentication
 

Constructors in com.atlassian.user.impl.ldap.security.authentication with parameters of type LdapContextFactory
DefaultLDAPAuthenticator(RepositoryIdentifier repositoryIdentifier, LdapContextFactory contextFactory, LdapSearchProperties searchProperties, LdapConnectionProperties connectionProperties, LdapFilterFactory filterFactory)
           
 



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