spring-ldap-core

Deprecated API


Contents
Deprecated Interfaces
org.springframework.ldap.core.support.BaseLdapPathAware
          DistinguishedName and associated classes and methods are deprecated as of 2.0. Use BaseLdapNameAware instead. 
org.springframework.ldap.core.DnParser
          DistinguishedName and associated classes are deprecated as of 2.0. 
 

Deprecated Classes
org.springframework.ldap.core.DefaultDnParserFactory
          DistinguishedName and associated classes are deprecated as of 2.0. 
org.springframework.ldap.core.DistinguishedName
          As of 2.0 it is recommended to use LdapName along with utility methods in LdapUtils instead. 
org.springframework.ldap.core.DistinguishedNameEditor
          DistinguishedName and associated classes are deprecated as of 2.0. 
org.springframework.ldap.core.LdapRdn
          DistinguishedName and associated classes are deprecated as of 2.0. 
org.springframework.ldap.core.LdapRdnComponent
          DistinguishedName and associated classes are deprecated as of 2.0. 
org.springframework.ldap.control.PagedResult
            
org.springframework.ldap.control.PagedResultsRequestControl
          Use PagedResultsDirContextProcessor instead. 
 

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

Deprecated Methods
org.springframework.ldap.core.LdapOperations.authenticate(Name, String, String)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(Name, String, String, AuthenticationErrorCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(String, String, String)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(String, String, String, AuthenticatedLdapEntryContextCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapOperations.authenticate(String, String, String, AuthenticationErrorCallback)
          use LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String) or LdapOperations.authenticate(org.springframework.ldap.query.LdapQuery, String, AuthenticatedLdapEntryContextMapper) 
org.springframework.ldap.core.LdapEntryIdentification.getAbsoluteDn()
          DistinguishedName and associated classes and methods are deprecated as of 2.0. use LdapEntryIdentification.getAbsoluteName() instead. 
org.springframework.ldap.core.support.AbstractContextSource.getBaseLdapPath()
          DistinguishedName and associated classes and methods are deprecated as of 2.0. 
org.springframework.ldap.core.support.BaseLdapPathSource.getBaseLdapPath()
          DistinguishedName and associated classes and methods are deprecated as of 2.0. Use BaseLdapPathSource.getBaseLdapName() instead. 
org.springframework.ldap.core.SimpleCharStream.getColumn()
           
org.springframework.ldap.core.SimpleCharStream.getLine()
           
org.springframework.ldap.core.LdapEntryIdentification.getRelativeDn()
          DistinguishedName and associated classes and methods are deprecated as of 2.0. use LdapEntryIdentification.getRelativeName() instead. 
org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor.setBasePath(DistinguishedName)
          DistinguishedName and associated classes and methods are deprecated as of 2.0. 
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. 
 

Deprecated Constructors
org.springframework.ldap.core.LdapEntryIdentification(DistinguishedName, DistinguishedName)
          DistinguishedName and associated classes and methods are deprecated as of 2.0. use LdapEntryIdentification.LdapEntryIdentification(javax.naming.ldap.LdapName, javax.naming.ldap.LdapName) instead. 
 


spring-ldap-core