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

/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java66 private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>(); field in class:TargetAttr
160 opAttributes.add(attributeType);
209 return opAttributes;
276 targetAttr.opAttributes.contains(a))
280 !targetAttr.opAttributes.isEmpty()) {
290 !targetAttr.opAttributes.isEmpty() ||
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java66 private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>(); field in class:TargetAttr
160 opAttributes.add(attributeType);
209 return opAttributes;
276 targetAttr.opAttributes.contains(a))
280 !targetAttr.opAttributes.isEmpty()) {
290 !targetAttr.opAttributes.isEmpty() ||
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java65 private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>(); field in class:TargetAttr
159 opAttributes.add(attributeType);
208 return opAttributes;
275 targetAttr.opAttributes.contains(a))
278 !targetAttr.opAttributes.isEmpty()) {
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java66 private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>(); field in class:TargetAttr
160 opAttributes.add(attributeType);
209 return opAttributes;
276 targetAttr.opAttributes.contains(a))
279 !targetAttr.opAttributes.isEmpty()) {
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java65 private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>(); field in class:TargetAttr
159 opAttributes.add(attributeType);
208 return opAttributes;
275 targetAttr.opAttributes.contains(a))
278 !targetAttr.opAttributes.isEmpty()) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java53 private final HashSet<AttributeType> opAttributes = new HashSet<>(); field in class:TargetAttr
138 opAttributes.add(attrType);
230 return evalAttrType(a, targetAttr.isAllOpAttributes(), targetAttr.opAttributes, op);

Completed in 23 milliseconds