Class LdapAttributes

java.lang.Object
javax.naming.directory.BasicAttributes
org.springframework.ldap.core.LdapAttributes
All Implemented Interfaces:
Serializable, Cloneable, Attributes

public class LdapAttributes extends BasicAttributes
Extends BasicAttributes to add specialized support for DNs.

While DNs appear to be and can be treated as attributes, they have a special meaning in that they define the address to which the object is bound. DNs must conform to special formatting rules and are typically required to be handled separately from other attributes.

This class makes this distinction between the DN and other attributes prominent and apparent.

See Also: