Searched refs:isInheritedFromRDNCollective (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java158 private boolean isInheritedFromRDNCollective = false; field in class:SubEntry
264 this.isInheritedFromRDNCollective =
323 if (this.isInheritedFromRDNCollective)
485 public boolean isInheritedFromRDNCollective() method in class:SubEntry
487 return this.isInheritedFromRDNCollective;
H A DEntry.java3715 else if (subEntry.isInheritedFromRDNCollective() &&
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java157 private boolean isInheritedFromRDNCollective = false; field in class:SubEntry
263 this.isInheritedFromRDNCollective =
322 if (this.isInheritedFromRDNCollective)
484 public boolean isInheritedFromRDNCollective() method in class:SubEntry
486 return this.isInheritedFromRDNCollective;
H A DEntry.java3287 else if (subEntry.isInheritedFromRDNCollective() &&
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java158 private boolean isInheritedFromRDNCollective = false; field in class:SubEntry
264 this.isInheritedFromRDNCollective =
323 if (this.isInheritedFromRDNCollective)
485 public boolean isInheritedFromRDNCollective() method in class:SubEntry
487 return this.isInheritedFromRDNCollective;
H A DEntry.java3715 else if (subEntry.isInheritedFromRDNCollective() &&
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java158 private boolean isInheritedFromRDNCollective = false; field in class:SubEntry
264 this.isInheritedFromRDNCollective =
323 if (this.isInheritedFromRDNCollective)
485 public boolean isInheritedFromRDNCollective() method in class:SubEntry
487 return this.isInheritedFromRDNCollective;
H A DEntry.java3621 else if (subEntry.isInheritedFromRDNCollective() &&
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java157 private boolean isInheritedFromRDNCollective = false; field in class:SubEntry
263 this.isInheritedFromRDNCollective =
322 if (this.isInheritedFromRDNCollective)
484 public boolean isInheritedFromRDNCollective() method in class:SubEntry
486 return this.isInheritedFromRDNCollective;
H A DEntry.java3287 else if (subEntry.isInheritedFromRDNCollective() &&
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java154 private boolean isInheritedFromRDNCollective; field in class:SubEntry
254 this.isInheritedFromRDNCollective =
307 if (this.isInheritedFromRDNCollective)
456 public boolean isInheritedFromRDNCollective() method in class:SubEntry
458 return this.isInheritedFromRDNCollective;
H A DEntry.java3036 else if (subEntry.isInheritedFromRDNCollective() &&

Completed in 259 milliseconds