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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java235 * evaluate the attribute type and targetAttr combination.
239 * @param targetAttr The ACI's TargetAttr class to evaluate against.
245 TargetAttr targetAttr) {
247 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
249 !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
251 ret=evalAttrType(a, targetAttr);
267 * @param targetAttr The targetAttr to apply to the attribute type.
268 * @return True if the attribute type is applicable to the targetAttr
244 isApplicable(AttributeType a, TargetAttr targetAttr) argument
271 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr = null ; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
667 setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr, boolean ret) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java236 * evaluate the attribute type and targetAttr combination.
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
246 TargetAttr targetAttr) {
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
250 !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
252 ret=evalAttrType(a, targetAttr);
268 * @param targetAttr The targetAttr to apply to the attribute type.
269 * @return True if the attribute type is applicable to the targetAttr
245 isApplicable(AttributeType a, TargetAttr targetAttr) argument
272 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java236 * evaluate the attribute type and targetAttr combination.
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
246 TargetAttr targetAttr) {
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
250 !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
252 ret=evalAttrType(a, targetAttr);
268 * @param targetAttr The targetAttr to apply to the attribute type.
269 * @return True if the attribute type is applicable to the targetAttr
245 isApplicable(AttributeType a, TargetAttr targetAttr) argument
272 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java235 * evaluate the attribute type and targetAttr combination.
239 * @param targetAttr The ACI's TargetAttr class to evaluate against.
245 TargetAttr targetAttr) {
247 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
249 !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
251 ret=evalAttrType(a, targetAttr);
267 * @param targetAttr The targetAttr to apply to the attribute type.
268 * @return True if the attribute type is applicable to the targetAttr
244 isApplicable(AttributeType a, TargetAttr targetAttr) argument
271 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr = null ; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
667 setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr, boolean ret) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java236 * evaluate the attribute type and targetAttr combination.
240 * @param targetAttr The ACI's TargetAttr class to evaluate against.
246 TargetAttr targetAttr) {
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
250 !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
252 ret=evalAttrType(a, targetAttr);
268 * @param targetAttr The targetAttr to apply to the attribute type.
269 * @return True if the attribute type is applicable to the targetAttr
245 isApplicable(AttributeType a, TargetAttr targetAttr) argument
272 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java62 private TargetAttr targetAttr = null ; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java197 * evaluate the attribute type and targetAttr combination.
201 * @param targetAttr The ACI's TargetAttr class to evaluate against.
205 static boolean isApplicable(AttributeType a, TargetAttr targetAttr) { argument
206 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
207 return !targetAttr.getOperator().equals(EnumTargetOperator.NOT_EQUALITY);
209 return evalAttrType(a, targetAttr);
224 * @param targetAttr The targetAttr to apply to the attribute type.
225 * @return True if the attribute type is applicable to the targetAttr
227 evalAttrType(AttributeType a, TargetAttr targetAttr) argument
[all...]
H A DAciTargets.java63 private TargetAttr targetAttr; field in class:AciTargets
149 * @param targetAttr The ACI targetattr keyword class.
156 private AciTargets(Target targetEntry, TargetAttr targetAttr, argument
163 this.targetAttr=targetAttr;
187 return targetAttr;
244 TargetAttr targetAttr=null;
324 if (targetAttr == null){
325 targetAttr = TargetAttr.decode(targetOperator,
385 return new AciTargets(target, targetAttr, targetFilte
686 setEvalAttributes(AciTargetMatchContext ctx, TargetAttr targetAttr, boolean ret) argument
[all...]

Completed in 101 milliseconds