public class AciLDAPOperationContainer extends AciContainer
Constructor and Description |
---|
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(LocalBackendModifyOperation operation,
int rights)
Constructor interface for the modify operation.
|
AciLDAPOperationContainer(ModifyDNOperation operation,
int rights,
Entry entry)
Constructor interface for the modify DN operation.
|
AciLDAPOperationContainer(Operation operation,
Entry e,
AuthenticationInfo authInfo,
int rights)
Constructor interface for evaluation general purpose Operation, entry and
rights..
|
AciLDAPOperationContainer(Operation operation,
Entry e,
Control c,
int rights)
Constructor interface for evaluation of a control.
|
AciLDAPOperationContainer(Operation operation,
int rights,
Entry entry)
Constructor interface for all currently supported LDAP operations.
|
addTargAttrFiltersMatchAci, clearEvalAttributes, getAllowList, getClientDN, getClientEntry, getControlOID, getCurrentAttributeType, getCurrentAttributeValue, getCurrentSSF, getDecidingAciName, getDenyList, getEvalReason, getEvalSummary, getExtOpOID, getHostName, getRemoteAddress, getResourceDN, getResourceEntry, getRights, getSpecificAttributes, getTargAttrFiltersAciName, getTargAttrFiltersMatch, hasAllOpAttributes, hasAllUserAttributes, hasAuthenticationMethod, hasEntryTestRule, hasEvalOpAttributes, hasEvalUserAttributes, hasGetEffectiveRightsControl, hasRights, hasSeenEntry, hasTargAttrFiltersMatchAci, hasTargAttrFiltersMatchOp, isAddOperation, isAnonymousUser, isAuthzidAuthorizationDN, isDenyEval, isFirstAttribute, isGetEffectiveRightsEval, isMemberOf, isProxiedAuthorization, isTargAttrFilterMatchAciEmpty, resetEffectiveRightsParams, rightToString, setAllowList, setControlOID, setCurrentAttributeType, setCurrentAttributeValue, setDenyList, setEntryTestRule, setEvalOpAttributes, setEvalSummary, setEvaluationResult, setEvalUserAttributes, setExtOpOID, setGetEffectiveRightsEval, setIsFirstAttribute, setRights, setSeenEntry, setTargAttrFiltersAciName, setTargAttrFiltersMatch, setTargAttrFiltersMatchOp, toString, useAuthzid
public AciLDAPOperationContainer(Operation operation, int rights, Entry entry)
operation
- The compare operation to evaluate.rights
- The rights of a compare operation.entry
- The entry for evaluation.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, AuthenticationInfo authInfo, int rights)
operation
- The operation to use in the evaluation.e
- The entry for evaluation.authInfo
- The authentication information to use in the evaluation.rights
- The rights of the 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(ModifyDNOperation operation, int rights, Entry entry)
operation
- The modify DN operation.rights
- The rights of the modify DN operation.entry
- The entry to evaluated for this modify DN.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.