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.test.LdapTestUtils.destroyApacheDirectoryServer(String, String)
use LdapTestUtils.shutdownEmbeddedServer() instead. |
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.LdapAttributes.getDN()
and associated classes and methods are deprecated as of 2.0 .
use LdapAttributes.getName() instead. |
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.LdapAttributes.setDN(DistinguishedName)
and associated classes and methods are deprecated as of 2.0 .
use LdapAttributes.setName(javax.naming.Name) instead. |
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. |