Searched defs:matchCtx (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java83 * @param matchCtx The target match context to use in the check.
86 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
87 if(matchCtx.getExtOpOID() == null)
91 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java83 * @param matchCtx The target match context to use in the check.
86 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
87 if(matchCtx.getControlOID() == null)
91 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java84 * @param matchCtx The evaluation context to use in the matching.
87 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
89 ret=matchesFilter(matchCtx.getResourceEntry());
H A DAciTargets.java419 * @param matchCtx The target match context containing information needed
424 AciTargetMatchContext matchCtx) {
427 return targetFilter.isApplicable(matchCtx);
435 * @param matchCtx The target match context containing the information
440 AciTargetMatchContext matchCtx) {
443 return targetControl.isApplicable(matchCtx);
451 * @param matchCtx The target match context containing the information
456 AciTargetMatchContext matchCtx) {
459 return extOp.isApplicable(matchCtx);
468 * @param matchCtx Th
423 isTargetFilterApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
439 isTargetControlApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
455 isExtOpApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
472 isTargAttrFiltersApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
555 isTargetApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
[all...]
H A DTargAttrFilters.java267 * @param matchCtx The target match context containing the rights to
273 getTargAttrFilterList(AciTargetMatchContext matchCtx) { argument
277 if((matchCtx.hasRights(ACI_WRITE_ADD) || matchCtx.hasRights(ACI_ADD)) &&
280 else if((matchCtx.hasRights(ACI_WRITE_DELETE) ||
281 matchCtx.hasRights(ACI_DELETE)) &&
299 * @param matchCtx The target match context containing the information
305 public boolean isApplicableMod(AciTargetMatchContext matchCtx, argument
308 TargAttrFilterList attrFilterList=getTargAttrFilterList(matchCtx);
316 AttributeType attrType=matchCtx
355 isApplicableAddDel(AciTargetMatchContext matchCtx) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java88 * @param matchCtx The target match context to use in the check.
91 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
92 if(matchCtx.getExtOpOID() == null)
96 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java85 * @param matchCtx The target match context to use in the check.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
89 if(matchCtx.getControlOID() == null)
93 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java85 * @param matchCtx The evaluation context to use in the matching.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
90 ret=matchesFilter(matchCtx.getResourceEntry());
H A DTargAttrFilters.java261 * @param matchCtx The target match context containing the rights to
267 getTargAttrFilterList(AciTargetMatchContext matchCtx) { argument
272 if((matchCtx.hasRights(ACI_WRITE_ADD) || matchCtx.hasRights(ACI_ADD)) &&
275 else if((matchCtx.hasRights(ACI_WRITE_DELETE) ||
276 matchCtx.hasRights(ACI_DELETE)) &&
293 * @param matchCtx The target match context containing the information
299 public boolean isApplicableMod(AciTargetMatchContext matchCtx, argument
302 TargAttrFilterList attrFilterList=getTargAttrFilterList(matchCtx);
310 AttributeType attrType=matchCtx
342 isApplicableAddDel(AciTargetMatchContext matchCtx) argument
[all...]
H A DAciTargets.java419 * @param matchCtx The target match context containing information needed
424 AciTargetMatchContext matchCtx) {
428 ret=targetFilter.isApplicable(matchCtx);
436 * @param matchCtx The target match context containing the information
441 AciTargetMatchContext matchCtx) {
445 ret=targetControl.isApplicable(matchCtx);
453 * @param matchCtx The target match context containing the information
458 AciTargetMatchContext matchCtx) {
462 ret=extOp.isApplicable(matchCtx);
471 * @param matchCtx Th
423 isTargetFilterApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
440 isTargetControlApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
457 isExtOpApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
475 isTargAttrFiltersApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
558 isTargetApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java88 * @param matchCtx The target match context to use in the check.
91 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
92 if(matchCtx.getExtOpOID() == null)
96 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java85 * @param matchCtx The target match context to use in the check.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
89 if(matchCtx.getControlOID() == null)
93 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java85 * @param matchCtx The evaluation context to use in the matching.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
90 ret=matchesFilter(matchCtx.getResourceEntry());
H A DTargAttrFilters.java261 * @param matchCtx The target match context containing the rights to
267 getTargAttrFilterList(AciTargetMatchContext matchCtx) { argument
272 if((matchCtx.hasRights(ACI_WRITE_ADD) || matchCtx.hasRights(ACI_ADD)) &&
275 else if((matchCtx.hasRights(ACI_WRITE_DELETE) ||
276 matchCtx.hasRights(ACI_DELETE)) &&
293 * @param matchCtx The target match context containing the information
299 public boolean isApplicableMod(AciTargetMatchContext matchCtx, argument
302 TargAttrFilterList attrFilterList=getTargAttrFilterList(matchCtx);
310 AttributeType attrType=matchCtx
342 isApplicableAddDel(AciTargetMatchContext matchCtx) argument
[all...]
H A DAciTargets.java419 * @param matchCtx The target match context containing information needed
424 AciTargetMatchContext matchCtx) {
428 ret=targetFilter.isApplicable(matchCtx);
436 * @param matchCtx The target match context containing the information
441 AciTargetMatchContext matchCtx) {
445 ret=targetControl.isApplicable(matchCtx);
453 * @param matchCtx The target match context containing the information
458 AciTargetMatchContext matchCtx) {
462 ret=extOp.isApplicable(matchCtx);
471 * @param matchCtx Th
423 isTargetFilterApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
440 isTargetControlApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
457 isExtOpApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
475 isTargAttrFiltersApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
558 isTargetApplicable(Aci aci, AciTargetMatchContext matchCtx) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java83 * @param matchCtx The target match context to use in the check.
86 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
87 if(matchCtx.getExtOpOID() == null)
91 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java83 * @param matchCtx The target match context to use in the check.
86 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
87 if(matchCtx.getControlOID() == null)
91 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java84 * @param matchCtx The evaluation context to use in the matching.
87 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
89 ret=matchesFilter(matchCtx.getResourceEntry());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java88 * @param matchCtx The target match context to use in the check.
91 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
92 if(matchCtx.getExtOpOID() == null)
96 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java85 * @param matchCtx The target match context to use in the check.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
89 if(matchCtx.getControlOID() == null)
93 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java85 * @param matchCtx The evaluation context to use in the matching.
88 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
90 ret=matchesFilter(matchCtx.getResourceEntry());
H A DTargAttrFilters.java261 * @param matchCtx The target match context containing the rights to
267 getTargAttrFilterList(AciTargetMatchContext matchCtx) { argument
272 if((matchCtx.hasRights(ACI_WRITE_ADD) || matchCtx.hasRights(ACI_ADD)) &&
275 else if((matchCtx.hasRights(ACI_WRITE_DELETE) ||
276 matchCtx.hasRights(ACI_DELETE)) &&
293 * @param matchCtx The target match context containing the information
299 public boolean isApplicableMod(AciTargetMatchContext matchCtx, argument
302 TargAttrFilterList attrFilterList=getTargAttrFilterList(matchCtx);
310 AttributeType attrType=matchCtx
342 isApplicableAddDel(AciTargetMatchContext matchCtx) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DExtOp.java83 * @param matchCtx The target match context to use in the check.
86 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
87 if(matchCtx.getExtOpOID() == null)
94 if(oid.equals("*") || matchCtx.getExtOpOID().equals(oid)) {
H A DTargetControl.java78 * @param matchCtx The target match context to use in the check.
81 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
82 if(matchCtx.getControlOID() == null)
89 if(oid.equals("*") || matchCtx.getControlOID().equals(oid)) {
H A DTargetFilter.java79 * @param matchCtx The evaluation context to use in the matching.
82 public boolean isApplicable(AciTargetMatchContext matchCtx) { argument
84 ret=matchesFilter(matchCtx.getResourceEntry());

Completed in 1242 milliseconds

12