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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java161 private AttributeType inheritFromDNType = null; field in class:SubEntry
312 this.inheritFromDNType =
498 return this.inheritFromDNType;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java160 private AttributeType inheritFromDNType = null; field in class:SubEntry
311 this.inheritFromDNType =
497 return this.inheritFromDNType;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java161 private AttributeType inheritFromDNType = null; field in class:SubEntry
312 this.inheritFromDNType =
498 return this.inheritFromDNType;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java161 private AttributeType inheritFromDNType = null; field in class:SubEntry
312 this.inheritFromDNType =
498 return this.inheritFromDNType;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java160 private AttributeType inheritFromDNType = null; field in class:SubEntry
311 this.inheritFromDNType =
497 return this.inheritFromDNType;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java157 private AttributeType inheritFromDNType; field in class:SubEntry
299 this.inheritFromDNType = DirectoryServer.getAttributeTypeOrDefault(value.toString().toLowerCase());
469 return this.inheritFromDNType;

Completed in 36 milliseconds