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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java135 private AttributeType attributeTypesType; field in class:SchemaBackend
267 attributeTypesType =
457 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType,
708 AttributeValues.create(attributeTypesType,
719 AttributeBuilder builder = new AttributeBuilder(attributeTypesType,
750 if (attributeTypesType.isOperational()
753 operationalAttrs.put(attributeTypesType, attrList);
757 userAttrs.put(attributeTypesType, attrList);
1024 if (at.equals(attributeTypesType))
1226 if (at.equals(attributeTypesType))
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java136 private AttributeType attributeTypesType; field in class:SchemaBackend
255 attributeTypesType =
455 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType,
739 AttributeValues.create(attributeTypesType,
750 AttributeBuilder builder = new AttributeBuilder(attributeTypesType,
782 if (attributeTypesType.isOperational() &&
785 operationalAttrs.put(attributeTypesType, attrList);
789 userAttrs.put(attributeTypesType, attrList);
1130 if (at.equals(attributeTypesType))
1332 if (at.equals(attributeTypesType))
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java136 private AttributeType attributeTypesType; field in class:SchemaBackend
255 attributeTypesType =
455 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType,
739 AttributeValues.create(attributeTypesType,
750 AttributeBuilder builder = new AttributeBuilder(attributeTypesType,
782 if (attributeTypesType.isOperational() &&
785 operationalAttrs.put(attributeTypesType, attrList);
789 userAttrs.put(attributeTypesType, attrList);
1130 if (at.equals(attributeTypesType))
1332 if (at.equals(attributeTypesType))
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java135 private AttributeType attributeTypesType; field in class:SchemaBackend
267 attributeTypesType =
457 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType,
708 AttributeValues.create(attributeTypesType,
719 AttributeBuilder builder = new AttributeBuilder(attributeTypesType,
750 if (attributeTypesType.isOperational()
753 operationalAttrs.put(attributeTypesType, attrList);
757 userAttrs.put(attributeTypesType, attrList);
1024 if (at.equals(attributeTypesType))
1226 if (at.equals(attributeTypesType))
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java140 private AttributeType attributeTypesType; field in class:SchemaBackend
259 attributeTypesType =
458 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType,
739 AttributeValues.create(attributeTypesType,
750 AttributeBuilder builder = new AttributeBuilder(attributeTypesType,
782 if (attributeTypesType.isOperational() &&
785 operationalAttrs.put(attributeTypesType, attrList);
789 userAttrs.put(attributeTypesType, attrList);
1129 if (at.equals(attributeTypesType))
1331 if (at.equals(attributeTypesType))
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java129 private AttributeType attributeTypesType; field in class:SchemaBackend
221 attributeTypesType = getAttributeTypeOrDefault(ATTR_ATTRIBUTE_TYPES_LC);
379 Schema.compareConcatenatedSchema(oldATs, newATs, attributeTypesType, mods);
569 operationalAttrs, attributeTypesType, includeSchemaFile,
774 if (at.equals(attributeTypesType))
947 if (at.equals(attributeTypesType))
1440 || !a.getAttributeType().equals(attributeTypesType))
2899 AttributeBuilder builder = new AttributeBuilder(attributeTypesType);
2901 schemaEntry.putAttribute(attributeTypesType, newArrayList(builder.toAttribute()));

Completed in 44 milliseconds