Searched refs:TargetAttr (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java41 public class TargetAttr { class
84 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
216 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
219 public static TargetAttr decode(EnumTargetOperator operator, String expr)
221 return new TargetAttr(operator, expr);
226 * to the specified TargetAttr. First a check if the TargetAttr parsing
239 * @param targetAttr The ACI's TargetAttr class to evaluate against.
241 * TargetAttr's operator value applied to the test result.
245 TargetAttr targetAtt
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr = null ;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
509 TargetAttr targetAttr = aci.getTargets().getTargetAttr();
514 ret=TargetAttr.isApplicable(attrType,targetAttr);
667 void setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr,
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java42 public class TargetAttr { class
85 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
217 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr)
222 return new TargetAttr(operator, expr);
227 * to the specified TargetAttr. First a check if the TargetAttr parsing
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
242 * TargetAttr's operator value applied to the test result.
246 TargetAttr targetAtt
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java42 public class TargetAttr { class
85 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
217 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr)
222 return new TargetAttr(operator, expr);
227 * to the specified TargetAttr. First a check if the TargetAttr parsing
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
242 * TargetAttr's operator value applied to the test result.
246 TargetAttr targetAtt
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java41 public class TargetAttr { class
84 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
216 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
219 public static TargetAttr decode(EnumTargetOperator operator, String expr)
221 return new TargetAttr(operator, expr);
226 * to the specified TargetAttr. First a check if the TargetAttr parsing
239 * @param targetAttr The ACI's TargetAttr class to evaluate against.
241 * TargetAttr's operator value applied to the test result.
245 TargetAttr targetAtt
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr = null ;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
509 TargetAttr targetAttr = aci.getTargets().getTargetAttr();
514 ret=TargetAttr.isApplicable(attrType,targetAttr);
667 void setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java42 public class TargetAttr { class
85 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
217 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr)
222 return new TargetAttr(operator, expr);
227 * to the specified TargetAttr. First a check if the TargetAttr parsing
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
242 * TargetAttr's operator value applied to the test result.
246 TargetAttr targetAtt
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
517 ret=TargetAttr.isApplicable(a,targets.getTargetAttr());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java42 class TargetAttr { class
72 private TargetAttr(EnumTargetOperator operator, String attrString) method in class:TargetAttr
179 * @return A TargetAttr suitable to evaluate this ACI's targetattrs.
182 static TargetAttr decode(EnumTargetOperator operator, String expr) throws AciException {
183 return new TargetAttr(operator, expr);
188 * to the specified TargetAttr. First a check if the TargetAttr parsing
201 * @param targetAttr The ACI's TargetAttr class to evaluate against.
203 * TargetAttr's operator value applied to the test result.
205 static boolean isApplicable(AttributeType a, TargetAttr targetAtt
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr;
156 private AciTargets(Target targetEntry, TargetAttr targetAttr,
186 public TargetAttr getTargetAttr() {
244 TargetAttr targetAttr=null;
325 targetAttr = TargetAttr.decode(targetOperator,
515 TargetAttr targetAttr = aci.getTargets().getTargetAttr();
520 ret=TargetAttr.isApplicable(attrType,targetAttr);
686 void setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java415 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
420 Boolean res = TargetAttr.isApplicable(attributeType, targetAttr);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java413 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
418 Boolean res = TargetAttr.isApplicable(attributeType, targetAttr);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java415 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
420 Boolean res = TargetAttr.isApplicable(attributeType, targetAttr);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java413 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
418 Boolean res = TargetAttr.isApplicable(attributeType, targetAttr);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java415 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
420 Boolean res = TargetAttr.isApplicable(attributeType, targetAttr);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DTargetAttrTestCase.java498 TargetAttr targetAttr = TargetAttr.decode(op, targetAttrString);
500 assertEquals(TargetAttr.isApplicable(attrType, targetAttr), expectedResult);

Completed in 41 milliseconds