| Method and Description |
|---|
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.LdapAttributes.setDN(DistinguishedName)
and associated classes and methods are deprecated as of 2.0.
use LdapAttributes.setName(javax.naming.Name) instead. |