| Package | Description |
|---|---|
| org.apache.directory.server.core.subtree |
| Modifier and Type | Method and Description |
|---|---|
static SubentryInterceptor.OperationEnum |
SubentryInterceptor.OperationEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubentryInterceptor.OperationEnum[] |
SubentryInterceptor.OperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SubentryInterceptor.updateEntries(SubentryInterceptor.OperationEnum operation,
CoreSession session,
org.apache.directory.api.ldap.model.name.Dn subentryDn,
org.apache.directory.api.ldap.model.name.Dn apDn,
org.apache.directory.api.ldap.model.subtree.SubtreeSpecification ss,
org.apache.directory.api.ldap.model.name.Dn baseDn,
java.util.List<org.apache.directory.api.ldap.model.entry.Attribute> operationalAttributes)
Update all the entries under an AP adding the
|