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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java118 * The name of the "inheritFromRDNType" attribute type,
167 private AttributeType inheritFromRDNType = null; field in class:SubEntry
350 this.inheritFromRDNType =
524 * Getter to retrieve RDN type of inheritFromRDNType
531 return this.inheritFromRDNType;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java117 * The name of the "inheritFromRDNType" attribute type,
166 private AttributeType inheritFromRDNType = null; field in class:SubEntry
349 this.inheritFromRDNType =
523 * Getter to retrieve RDN type of inheritFromRDNType
530 return this.inheritFromRDNType;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java118 * The name of the "inheritFromRDNType" attribute type,
167 private AttributeType inheritFromRDNType = null; field in class:SubEntry
350 this.inheritFromRDNType =
524 * Getter to retrieve RDN type of inheritFromRDNType
531 return this.inheritFromRDNType;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java118 * The name of the "inheritFromRDNType" attribute type,
167 private AttributeType inheritFromRDNType = null; field in class:SubEntry
350 this.inheritFromRDNType =
524 * Getter to retrieve RDN type of inheritFromRDNType
531 return this.inheritFromRDNType;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java117 * The name of the "inheritFromRDNType" attribute type,
166 private AttributeType inheritFromRDNType = null; field in class:SubEntry
349 this.inheritFromRDNType =
523 * Getter to retrieve RDN type of inheritFromRDNType
530 return this.inheritFromRDNType;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java117 * The name of the "inheritFromRDNType" attribute type,
161 private AttributeType inheritFromRDNType; field in class:SubEntry
329 this.inheritFromRDNType = DirectoryServer.getAttributeTypeOrDefault(value.toString().toLowerCase());
495 * Getter to retrieve RDN type of inheritFromRDNType
502 return this.inheritFromRDNType;

Completed in 70 milliseconds