Spring LDAP

Deprecated API


Contents
Deprecated Classes
org.springframework.ldap.control.PagedResultsRequestControl
          Use PagedResultsDirContextProcessor instead. 
 

Deprecated Fields
org.springframework.ldap.core.support.DefaultDirObjectFactory.JNDI_ENV_BASE_PATH_KEY
          Use BaseLdapPathAware and BaseLdapPathBeanPostProcessor instead. 
 

Deprecated Methods
org.springframework.ldap.test.LdapTestUtils.destroyApacheDirectoryServer(String, String)
          use LdapTestUtils.shutdownEmbeddedServer() instead. 
org.springframework.ldap.core.SimpleCharStream.getColumn()
            
org.springframework.ldap.core.SimpleCharStream.getLine()
            
org.springframework.ldap.core.LdapRdnComponent.setKey(String)
          Using this method changes the internal state of surrounding DistinguishedName instance. This should be avoided. 
org.springframework.ldap.core.LdapRdnComponent.setValue(String)
          Using this method changes the internal state of surrounding DistinguishedName instance. This should be avoided. 
org.springframework.ldap.test.LdapTestUtils.startApacheDirectoryServer(int, String, String, String, String)
          use LdapTestUtils.startEmbeddedServer(int, String, String) instead. 
org.springframework.ldap.test.LdapTestUtils.startApacheDirectoryServer(int, String, String, String, String, Set)
          use LdapTestUtils.startEmbeddedServer(int, String, String) instead. 
 


Spring LDAP