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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java179 private List<Attribute> collectiveAttributes; field in class:SubEntry
269 this.collectiveAttributes = new ArrayList<Attribute>();
280 this.collectiveAttributes.add(collectiveAttr);
294 this.collectiveAttributes.add(collectiveAttr);
390 this.collectiveAttributes.add(collectiveAttr);
571 return this.collectiveAttributes;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java178 private List<Attribute> collectiveAttributes; field in class:SubEntry
268 this.collectiveAttributes = new ArrayList<Attribute>();
279 this.collectiveAttributes.add(collectiveAttr);
293 this.collectiveAttributes.add(collectiveAttr);
389 this.collectiveAttributes.add(collectiveAttr);
570 return this.collectiveAttributes;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java179 private List<Attribute> collectiveAttributes; field in class:SubEntry
269 this.collectiveAttributes = new ArrayList<Attribute>();
280 this.collectiveAttributes.add(collectiveAttr);
294 this.collectiveAttributes.add(collectiveAttr);
390 this.collectiveAttributes.add(collectiveAttr);
571 return this.collectiveAttributes;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java179 private List<Attribute> collectiveAttributes; field in class:SubEntry
269 this.collectiveAttributes = new ArrayList<Attribute>();
280 this.collectiveAttributes.add(collectiveAttr);
294 this.collectiveAttributes.add(collectiveAttr);
390 this.collectiveAttributes.add(collectiveAttr);
571 return this.collectiveAttributes;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java178 private List<Attribute> collectiveAttributes; field in class:SubEntry
268 this.collectiveAttributes = new ArrayList<Attribute>();
279 this.collectiveAttributes.add(collectiveAttr);
293 this.collectiveAttributes.add(collectiveAttr);
389 this.collectiveAttributes.add(collectiveAttr);
570 return this.collectiveAttributes;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java172 private List<Attribute> collectiveAttributes; field in class:SubEntry
259 this.collectiveAttributes = new ArrayList<>();
270 this.collectiveAttributes.add(collectiveAttr);
281 this.collectiveAttributes.add(collectiveAttr);
361 this.collectiveAttributes.add(collectiveAttr);
542 return this.collectiveAttributes;

Completed in 35 milliseconds