| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.util.tree.DnNode<CollectiveAttributeAdministrativePoint> |
DefaultDirectoryService.collectiveAttributeAPCache
The CollectiveAttribute AdministrativePoint cache
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.util.tree.DnNode<CollectiveAttributeAdministrativePoint> |
DefaultDirectoryService.getCollectiveAttributeAPCache() |
| 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<CollectiveAttributeAdministrativePoint> |
DirectoryService.getCollectiveAttributeAPCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectiveAttributeAAP
A class used to create a CollectiveAttribute AAP
|
class |
CollectiveAttributeIAP
A class used to create a CollectiveAttribute IAP
|
class |
CollectiveAttributeSAP
A class used to create a CollectiveAttribute SAP
|
| Modifier and Type | Field and Description |
|---|---|
private CollectiveAttributeAdministrativePoint |
AutonomousAdministrativePoint.collectiveAttributeSap
A pointer to the CollectiveAttribute SAP
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutonomousAdministrativePoint.setCollectiveAttribute(CollectiveAttributeAdministrativePoint collectiveAttributeSap)
Set the CollectiveAttribute SAP
|