| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.util.tree.DnNode<TriggerExecutionAdministrativePoint> |
DefaultDirectoryService.triggerExecutionAPCache
The TriggerExecution AdministrativePoint cache
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.util.tree.DnNode<TriggerExecutionAdministrativePoint> |
DefaultDirectoryService.getTriggerExecutionAPCache() |
| 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<TriggerExecutionAdministrativePoint> |
DirectoryService.getTriggerExecutionAPCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
TriggerExecutionAAP
A class used to create a TriggerExecution AAP
|
class |
TriggerExecutionIAP
A class used to create a TriggerExecution IAP
|
class |
TriggerExecutionSAP
A class used to create a TriggerExecution SAP
|
| Modifier and Type | Field and Description |
|---|---|
private TriggerExecutionAdministrativePoint |
AutonomousAdministrativePoint.triggerExecutionSap
A pointer to the TriggerExecution SAP
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutonomousAdministrativePoint.setTriggerExecutionParent(TriggerExecutionAdministrativePoint triggerExecutionSap)
Set the TriggerExecution SAP
|