Searched defs:isAllUserAttributes (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java179 public boolean isAllUserAttributes() { method in class:TargetAttr
247 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
284 if(targetAttr.isAllUserAttributes() ||
287 if(targetAttr.isAllUserAttributes() ||
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java180 public boolean isAllUserAttributes() { method in class:TargetAttr
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
286 if(targetAttr.isAllUserAttributes() ||
289 if(targetAttr.isAllUserAttributes() ||
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java180 public boolean isAllUserAttributes() { method in class:TargetAttr
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
285 if(targetAttr.isAllUserAttributes() ||
288 if(targetAttr.isAllUserAttributes() ||
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java179 public boolean isAllUserAttributes() { method in class:TargetAttr
247 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
284 if(targetAttr.isAllUserAttributes() ||
287 if(targetAttr.isAllUserAttributes() ||
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java180 public boolean isAllUserAttributes() { method in class:TargetAttr
248 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
286 if(targetAttr.isAllUserAttributes() ||
289 if(targetAttr.isAllUserAttributes() ||
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java161 public boolean isAllUserAttributes() { method in class:TargetAttr
206 if(targetAttr.isAllUserAttributes() && targetAttr.isAllOpAttributes()) {
232 return evalAttrType(a, targetAttr.isAllUserAttributes(), targetAttr.attributes, op);

Completed in 67 milliseconds