| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.util.tree.DnNode<SubschemaAdministrativePoint> |
DefaultDirectoryService.subschemaAPCache
The Subschema AdministrativePoint cache
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.util.tree.DnNode<SubschemaAdministrativePoint> |
DefaultDirectoryService.getSubschemaAPCache() |
| Modifier and Type | Method and Description |
|---|---|
private void |
AdministrativePointInterceptor.addRole(java.lang.String role,
org.apache.directory.api.ldap.model.name.Dn dn,
java.lang.String uuid,
org.apache.directory.api.ldap.util.tree.DnNode<AccessControlAdministrativePoint> acapCache,
org.apache.directory.api.ldap.util.tree.DnNode<CollectiveAttributeAdministrativePoint> caapCache,
org.apache.directory.api.ldap.util.tree.DnNode<TriggerExecutionAdministrativePoint> teapCache,
org.apache.directory.api.ldap.util.tree.DnNode<SubschemaAdministrativePoint> ssapCache)
Update the cache clones with the added roles
|
private void |
AdministrativePointInterceptor.delRole(java.lang.String role,
org.apache.directory.api.ldap.model.name.Dn dn,
java.lang.String uuid,
org.apache.directory.api.ldap.util.tree.DnNode<AccessControlAdministrativePoint> acapCache,
org.apache.directory.api.ldap.util.tree.DnNode<CollectiveAttributeAdministrativePoint> caapCache,
org.apache.directory.api.ldap.util.tree.DnNode<TriggerExecutionAdministrativePoint> teapCache,
org.apache.directory.api.ldap.util.tree.DnNode<SubschemaAdministrativePoint> ssapCache)
Update the cache clones with the added roles
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.util.tree.DnNode<SubschemaAdministrativePoint> |
DirectoryService.getSubschemaAPCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
SubschemaAAP
A class used to create a Subschema AAP
|
class |
SubschemaSAP
A class used to create a Subschema SAP
|
| Modifier and Type | Field and Description |
|---|---|
private SubschemaAdministrativePoint |
AutonomousAdministrativePoint.subschemaSap
A pointer to the Subschema SAP
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutonomousAdministrativePoint.setSubschema(SubschemaAdministrativePoint subschemaSap)
Set the Subschema SAP
|