Class SpringLDAPConnector

java.lang.Object
com.atlassian.crowd.directory.SpringLDAPConnector
All Implemented Interfaces:
LDAPDirectory, RemoteDirectory, Attributes
Direct Known Subclasses:
RFC2307Directory, RFC4519Directory

public abstract class SpringLDAPConnector extends Object implements LDAPDirectory
This class implements a remote LDAP directory using Spring LdapTemplate.

Warning: CWD-2494: When read timeout is enabled, operations can fail randomly with "javax.naming.NamingException: LDAP response read timed out..." error message without waiting for the timeout to pass.