|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.AciContainer
org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
public class AciLDAPOperationContainer
The AciLDAPOperationContainer is an AciContainer extended class that wraps each LDAP operation being evaluated or tested for target matched of an ACI.
Constructor Summary | |
---|---|
AciLDAPOperationContainer(ExtendedOperation operation,
Entry e,
int rights)
Constructor interface for evaluation of the extended operation. |
|
AciLDAPOperationContainer(LocalBackendAddOperation operation,
int rights)
Constructor interface for the add operation. |
|
AciLDAPOperationContainer(LocalBackendCompareOperation operation,
int rights)
Constructor interface for the compare operation. |
|
AciLDAPOperationContainer(LocalBackendDeleteOperation operation,
int rights)
Constructor interface for the delete operation. |
|
AciLDAPOperationContainer(LocalBackendModifyDNOperation operation,
int rights,
Entry entry)
Constructor interface for the modify DN operation. |
|
AciLDAPOperationContainer(LocalBackendModifyOperation operation,
int rights)
Constructor interface for the modify operation. |
|
AciLDAPOperationContainer(Operation operation,
Entry e,
Control c,
int rights)
Constructor interface for evaluation of a control. |
|
AciLDAPOperationContainer(SearchOperation operation,
int rights,
SearchResultEntry entry)
Constructor interface for the LDAP search operation. |
Method Summary | |
---|---|
java.util.List<Modification> |
getModifications()
Retrieve the list of modifications if this is a LDAP modify. |
SearchResultEntry |
getSearchResultEntry()
Retrieve the search result entry of the search operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights)
operation
- The compare operation to evaluate.rights
- The rights of a compare operation.public AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights)
operation
- The operation to use in the evaluation.e
- An entry built especially for evaluation.c
- The control to evaluate.rights
- The rights of a control.public AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights)
operation
- The extended operation to evaluate.e
- An entry built especially for evaluation.rights
- The rights of a extended operation.public AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights)
operation
- The add operation to evaluate.rights
- The rights of an add operation.public AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights)
operation
- The add operation to evaluate.rights
- The rights of a delete operation.public AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights)
rights
- The rights of modify operation.operation
- The add operation to evaluate.public AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry)
operation
- The modify DN operation.rights
- The rights of the modify DN operation.entry
- The entry to evalauted for this modify DN.public AciLDAPOperationContainer(SearchOperation operation, int rights, SearchResultEntry entry)
operation
- The search operation.rights
- The rights of a search operation.entry
- The entry to be evaluated for this search.Method Detail |
---|
public SearchResultEntry getSearchResultEntry()
public java.util.List<Modification> getModifications()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |