Searched defs:testAndSetTargAttrOperationMatches (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java1354 if (testAndSetTargAttrOperationMatches(evalCtx, denyAci, true))
1368 if (testAndSetTargAttrOperationMatches(evalCtx, allowAci, false))
1381 private boolean testAndSetTargAttrOperationMatches(AciEvalContext evalCtx, method in class:AciHandler
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java1354 if (testAndSetTargAttrOperationMatches(evalCtx, denyAci, true))
1368 if (testAndSetTargAttrOperationMatches(evalCtx, allowAci, false))
1381 private boolean testAndSetTargAttrOperationMatches(AciEvalContext evalCtx, method in class:AciHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java1189 if (testAndSetTargAttrOperationMatches(evalCtx, denyAci, true))
1203 if (testAndSetTargAttrOperationMatches(evalCtx, allowAci, false))
1216 private boolean testAndSetTargAttrOperationMatches(AciEvalContext evalCtx, method in class:AciHandler

Completed in 156 milliseconds