An LdapStructureEntry
provides the name of the corresponding LDAP structural object class (e.g. "user"), and optionally a list of the attributes from the class that are included in the LdapStructure
. By default all attributes of the class, as defined by the LDAP schema, are included in the structure.
An LdapStructureEntry
also allows for a class to be decorated by an auxiliary class, e.g. a "user" that is also a "mailRecipient". The effect of this is that the attributes of the decorating classes are also considered part of the structure entry.
@author Torgil Zethson
@since 1.3.0
|
|
|
|
|
|
|
|