public class SubentryUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryService |
directoryService
A reference to the DirectoryService instance
|
protected org.apache.directory.api.ldap.model.schema.SchemaManager |
schemaManager
A reference to the SchemaManager instance
|
| Constructor and Description |
|---|
SubentryUtils(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.entry.Entry |
getSubentryAttributes(org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry entryAttrs)
Evaluates the set of subentry subtrees upon an entry and returns the
operational subentry attributes that will be added to the entry if
added at the dn specified.
|
protected DirectoryService directoryService
protected org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager
public SubentryUtils(DirectoryService directoryService)
public org.apache.directory.api.ldap.model.entry.Entry getSubentryAttributes(org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry entryAttrs)
throws org.apache.directory.api.ldap.model.exception.LdapException
dn - the normalized distinguished name of the entryentryAttrs - the entry attributes are generated forException - if there are problems accessing entry informationorg.apache.directory.api.ldap.model.exception.LdapExceptionCopyright © 2021. All rights reserved.