Uses of Interface
com.atlassian.crowd.directory.LDAPDirectory

Packages that use LDAPDirectory
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.monitor.listener   
 

Uses of LDAPDirectory in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement LDAPDirectory
 class ApacheDS
           
 class ApacheDS15
           
 class AppleOpenDirectory
          Provides limited support for Apple's Open Directory.
 class FedoraDS
          Read-only directory connector for FedoraDS running the Posix schema.
 class GenericLDAP
          Generic LDAP connector.
 class MicrosoftActiveDirectory
          Microsoft Active Directory connector.
 class NovelleDirectory
          Novell eDirectory LDAP connector.
 class OpenDS
           
 class OpenLDAP
           
 class OpenLDAPRfc2307
           
 class Rfc2307
          This class provides read-only support for the POSIX LDAP Schema (RFC2307)
 class RFC2307Directory
          Read-only, non-nesting implementation of RFC2307 user-group membership interactions.
 class RFC4519Directory
          Read-write, nesting-aware implementation of RFC4519 user-group membership interactions.
 class SpringLDAPConnector
           
 class SunONE
          Sun ONE / Sun DSEE Directory connector.
 

Uses of LDAPDirectory in com.atlassian.crowd.directory.ldap.monitor.listener
 

Fields in com.atlassian.crowd.directory.ldap.monitor.listener declared as LDAPDirectory
protected  LDAPDirectory ChangeListener.remoteDirectory
           
 

Constructors in com.atlassian.crowd.directory.ldap.monitor.listener with parameters of type LDAPDirectory
ChangeListener(LDAPDirectory remoteDirectory, javax.naming.Name baseDN, java.lang.String objectFilter, org.springframework.ldap.core.ContextMapper mapper, com.atlassian.event.api.EventPublisher eventPublisher, boolean lookupUpdates)
           
GroupChangeListener(LDAPDirectory remoteDirectory, javax.naming.Name baseDN, java.lang.String objectFilter, org.springframework.ldap.core.ContextMapper mapper, com.atlassian.event.api.EventPublisher eventPublisher, boolean lookupUpdates)
           
UserChangeListener(LDAPDirectory remoteDirectory, javax.naming.Name baseDN, java.lang.String objectFilter, org.springframework.ldap.core.ContextMapper mapper, com.atlassian.event.api.EventPublisher eventPublisher, boolean lookupUpdates)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.