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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubEntry.java164 private AttributeType inheritFromRDNAttrType = null; field in class:SubEntry
333 this.inheritFromRDNAttrType =
509 return this.inheritFromRDNAttrType;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubEntry.java163 private AttributeType inheritFromRDNAttrType = null; field in class:SubEntry
332 this.inheritFromRDNAttrType =
508 return this.inheritFromRDNAttrType;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubEntry.java164 private AttributeType inheritFromRDNAttrType = null; field in class:SubEntry
333 this.inheritFromRDNAttrType =
509 return this.inheritFromRDNAttrType;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubEntry.java164 private AttributeType inheritFromRDNAttrType = null; field in class:SubEntry
333 this.inheritFromRDNAttrType =
509 return this.inheritFromRDNAttrType;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubEntry.java163 private AttributeType inheritFromRDNAttrType = null; field in class:SubEntry
332 this.inheritFromRDNAttrType =
508 return this.inheritFromRDNAttrType;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubEntry.java159 private AttributeType inheritFromRDNAttrType; field in class:SubEntry
316 this.inheritFromRDNAttrType = DirectoryServer.getAttributeTypeOrDefault(value.toString().toLowerCase());
480 return this.inheritFromRDNAttrType;

Completed in 35 milliseconds