Searched refs:evalAttrType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java196 * If there isn't a match, then the method evalAttrType is called to further
209 return evalAttrType(a, targetAttr);
227 private static boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr
230 return evalAttrType(a, targetAttr.isAllOpAttributes(), targetAttr.opAttributes, op);
232 return evalAttrType(a, targetAttr.isAllUserAttributes(), targetAttr.attributes, op);
236 private static boolean evalAttrType(AttributeType attrType, boolean allAttrs, method in class:TargetAttr
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java234 * If there isn't a match, then the method evalAttrType is called to further
251 ret=evalAttrType(a, targetAttr);
271 boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java235 * If there isn't a match, then the method evalAttrType is called to further
252 ret=evalAttrType(a, targetAttr);
272 boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java235 * If there isn't a match, then the method evalAttrType is called to further
252 ret=evalAttrType(a, targetAttr);
272 boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java234 * If there isn't a match, then the method evalAttrType is called to further
251 ret=evalAttrType(a, targetAttr);
271 boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java235 * If there isn't a match, then the method evalAttrType is called to further
252 ret=evalAttrType(a, targetAttr);
272 boolean evalAttrType(AttributeType a, TargetAttr targetAttr) { method in class:TargetAttr

Completed in 31 milliseconds