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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java161 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
273 ldapSyntaxesType =
467 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType,
821 builder = new AttributeBuilder(ldapSyntaxesType, ATTR_LDAP_SYNTAXES);
832 if (ldapSyntaxesType.isOperational())
834 operationalAttrs.put(ldapSyntaxesType, attrList);
838 userAttrs.put(ldapSyntaxesType, attrList);
1180 else if (at.equals(ldapSyntaxesType))
1386 else if (at.equals(ldapSyntaxesType))
3374 values.add(AttributeValues.create(ldapSyntaxesType,
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java154 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
261 ldapSyntaxesType =
465 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType,
855 builder = new AttributeBuilder(ldapSyntaxesType, ATTR_LDAP_SYNTAXES);
867 if (ldapSyntaxesType.isOperational())
869 operationalAttrs.put(ldapSyntaxesType, attrList);
873 userAttrs.put(ldapSyntaxesType, attrList);
1286 else if (at.equals(ldapSyntaxesType))
1492 else if (at.equals(ldapSyntaxesType))
3508 values.add(AttributeValues.create(ldapSyntaxesType,
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java154 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
261 ldapSyntaxesType =
465 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType,
855 builder = new AttributeBuilder(ldapSyntaxesType, ATTR_LDAP_SYNTAXES);
867 if (ldapSyntaxesType.isOperational())
869 operationalAttrs.put(ldapSyntaxesType, attrList);
873 userAttrs.put(ldapSyntaxesType, attrList);
1286 else if (at.equals(ldapSyntaxesType))
1492 else if (at.equals(ldapSyntaxesType))
3508 values.add(AttributeValues.create(ldapSyntaxesType,
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java161 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
273 ldapSyntaxesType =
467 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType,
821 builder = new AttributeBuilder(ldapSyntaxesType, ATTR_LDAP_SYNTAXES);
832 if (ldapSyntaxesType.isOperational())
834 operationalAttrs.put(ldapSyntaxesType, attrList);
838 userAttrs.put(ldapSyntaxesType, attrList);
1180 else if (at.equals(ldapSyntaxesType))
1386 else if (at.equals(ldapSyntaxesType))
3374 values.add(AttributeValues.create(ldapSyntaxesType,
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java158 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
265 ldapSyntaxesType =
468 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType,
855 builder = new AttributeBuilder(ldapSyntaxesType, ATTR_LDAP_SYNTAXES);
867 if (ldapSyntaxesType.isOperational())
869 operationalAttrs.put(ldapSyntaxesType, attrList);
873 userAttrs.put(ldapSyntaxesType, attrList);
1285 else if(at.equals(ldapSyntaxesType))
1491 else if (at.equals(ldapSyntaxesType))
3494 values.add(AttributeValues.create(ldapSyntaxesType,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java139 private AttributeType ldapSyntaxesType; field in class:SchemaBackend
224 ldapSyntaxesType = getAttributeTypeOrDefault(ATTR_LDAP_SYNTAXES_LC);
385 Schema.compareConcatenatedSchema(oldLSDs, newLSDs, ldapSyntaxesType, mods);
588 operationalAttrs, ldapSyntaxesType, includeSchemaFile, false, true);
906 else if (at.equals(ldapSyntaxesType))
1081 else if (at.equals(ldapSyntaxesType))
2879 AttributeBuilder builder = new AttributeBuilder(ldapSyntaxesType);
2881 schemaEntry.putAttribute(ldapSyntaxesType, newArrayList(builder.toAttribute()));

Completed in 59 milliseconds