Searched defs:matchingRulesType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java166 private AttributeType matchingRulesType; field in class:SchemaBackend
271 matchingRulesType =
806 builder = new AttributeBuilder(matchingRulesType, ATTR_MATCHING_RULES);
810 if (matchingRulesType.isOperational()
813 operationalAttrs.put(matchingRulesType, attrList);
817 userAttrs.put(matchingRulesType, attrList);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java157 private AttributeType matchingRulesType; field in class:SchemaBackend
259 matchingRulesType =
839 builder = new AttributeBuilder(matchingRulesType, ATTR_MATCHING_RULES);
844 if (matchingRulesType.isOperational() &&
847 operationalAttrs.put(matchingRulesType, attrList);
851 userAttrs.put(matchingRulesType, attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java157 private AttributeType matchingRulesType; field in class:SchemaBackend
259 matchingRulesType =
839 builder = new AttributeBuilder(matchingRulesType, ATTR_MATCHING_RULES);
844 if (matchingRulesType.isOperational() &&
847 operationalAttrs.put(matchingRulesType, attrList);
851 userAttrs.put(matchingRulesType, attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java166 private AttributeType matchingRulesType; field in class:SchemaBackend
271 matchingRulesType =
806 builder = new AttributeBuilder(matchingRulesType, ATTR_MATCHING_RULES);
810 if (matchingRulesType.isOperational()
813 operationalAttrs.put(matchingRulesType, attrList);
817 userAttrs.put(matchingRulesType, attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java161 private AttributeType matchingRulesType; field in class:SchemaBackend
263 matchingRulesType =
839 builder = new AttributeBuilder(matchingRulesType, ATTR_MATCHING_RULES);
844 if (matchingRulesType.isOperational() &&
847 operationalAttrs.put(matchingRulesType, attrList);
851 userAttrs.put(matchingRulesType, attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java141 private AttributeType matchingRulesType; field in class:SchemaBackend
223 matchingRulesType = getAttributeTypeOrDefault(ATTR_MATCHING_RULES_LC);
576 operationalAttrs, matchingRulesType, includeSchemaFile, false,

Completed in 75 milliseconds