Searched defs:targetMatchCtx (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java502 * @param targetMatchCtx The target match context to check the ACI against.
506 AciTargetMatchContext targetMatchCtx) {
508 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
510 AttributeType attrType = targetMatchCtx.getCurrentAttributeType();
511 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
515 setEvalAttributes(targetMatchCtx,targetAttr,ret);
518 && skipRightsHasRights(targetMatchCtx.getRights()))
528 targetMatchCtx.setEntryTestRule(true);
505 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java1077 * @param targetMatchCtx
1081 AciTargetMatchContext targetMatchCtx)
1087 if (Aci.isApplicable(aci, targetMatchCtx))
1098 if (targetMatchCtx.getTargAttrFiltersMatch())
1100 targetMatchCtx.setTargAttrFiltersMatch(false);
1103 targetMatchCtx.setAllowList(allows);
1104 targetMatchCtx.setDenyList(denys);
1080 createApplicableList(List<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java505 * @param targetMatchCtx The target match context to check the ACI against.
509 AciTargetMatchContext targetMatchCtx) {
511 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
513 AttributeType a=targetMatchCtx.getCurrentAttributeType();
514 int rights=targetMatchCtx.getRights();
515 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
518 setEvalAttributes(targetMatchCtx,targets,ret);
531 targetMatchCtx.setEntryTestRule(true);
508 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java1146 * @param targetMatchCtx
1150 AciTargetMatchContext targetMatchCtx)
1156 if (Aci.isApplicable(aci, targetMatchCtx))
1167 if (targetMatchCtx.getTargAttrFiltersMatch())
1169 targetMatchCtx.setTargAttrFiltersMatch(false);
1172 targetMatchCtx.setAllowList(allows);
1173 targetMatchCtx.setDenyList(denys);
1149 createApplicableList(LinkedList<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java505 * @param targetMatchCtx The target match context to check the ACI against.
509 AciTargetMatchContext targetMatchCtx) {
511 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
513 AttributeType a=targetMatchCtx.getCurrentAttributeType();
514 int rights=targetMatchCtx.getRights();
515 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
518 setEvalAttributes(targetMatchCtx,targets,ret);
531 targetMatchCtx.setEntryTestRule(true);
508 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java1146 * @param targetMatchCtx
1150 AciTargetMatchContext targetMatchCtx)
1156 if (Aci.isApplicable(aci, targetMatchCtx))
1167 if (targetMatchCtx.getTargAttrFiltersMatch())
1169 targetMatchCtx.setTargAttrFiltersMatch(false);
1172 targetMatchCtx.setAllowList(allows);
1173 targetMatchCtx.setDenyList(denys);
1149 createApplicableList(LinkedList<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java502 * @param targetMatchCtx The target match context to check the ACI against.
506 AciTargetMatchContext targetMatchCtx) {
508 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
510 AttributeType attrType = targetMatchCtx.getCurrentAttributeType();
511 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
515 setEvalAttributes(targetMatchCtx,targetAttr,ret);
518 && skipRightsHasRights(targetMatchCtx.getRights()))
528 targetMatchCtx.setEntryTestRule(true);
505 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java1077 * @param targetMatchCtx
1081 AciTargetMatchContext targetMatchCtx)
1087 if (Aci.isApplicable(aci, targetMatchCtx))
1098 if (targetMatchCtx.getTargAttrFiltersMatch())
1100 targetMatchCtx.setTargAttrFiltersMatch(false);
1103 targetMatchCtx.setAllowList(allows);
1104 targetMatchCtx.setDenyList(denys);
1080 createApplicableList(List<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargets.java505 * @param targetMatchCtx The target match context to check the ACI against.
509 AciTargetMatchContext targetMatchCtx) {
511 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
513 AttributeType a=targetMatchCtx.getCurrentAttributeType();
514 int rights=targetMatchCtx.getRights();
515 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
518 setEvalAttributes(targetMatchCtx,targets,ret);
531 targetMatchCtx.setEntryTestRule(true);
508 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java1146 * @param targetMatchCtx
1150 AciTargetMatchContext targetMatchCtx)
1156 if (Aci.isApplicable(aci, targetMatchCtx))
1167 if (targetMatchCtx.getTargAttrFiltersMatch())
1169 targetMatchCtx.setTargAttrFiltersMatch(false);
1172 targetMatchCtx.setAllowList(allows);
1173 targetMatchCtx.setDenyList(denys);
1149 createApplicableList(LinkedList<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciTargets.java508 * @param targetMatchCtx The target match context to check the ACI against.
512 AciTargetMatchContext targetMatchCtx) {
514 if(!targetMatchCtx.getTargAttrFiltersMatch()) {
516 AttributeType attrType = targetMatchCtx.getCurrentAttributeType();
517 boolean isFirstAttr=targetMatchCtx.isFirstAttribute();
521 setEvalAttributes(targetMatchCtx,targetAttr,ret);
524 && skipRightsHasRights(targetMatchCtx.getRights())) {
535 targetMatchCtx.setEntryTestRule(true);
511 isTargetAttrApplicable(Aci aci, AciTargetMatchContext targetMatchCtx) argument
H A DAciHandler.java930 * @param targetMatchCtx
934 AciTargetMatchContext targetMatchCtx)
940 if (Aci.isApplicable(aci, targetMatchCtx))
951 if (targetMatchCtx.getTargAttrFiltersMatch())
953 targetMatchCtx.setTargAttrFiltersMatch(false);
956 targetMatchCtx.setAllowList(allows);
957 targetMatchCtx.setDenyList(denys);
933 createApplicableList(List<Aci> candidates, AciTargetMatchContext targetMatchCtx) argument

Completed in 95 milliseconds