Searched refs:updateSchema (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DSchemaUpdater.java50 boolean updateSchema(Schema schema); method in interface:SchemaUpdater
H A DAciSyntax.java65 schemaUpdater.updateSchema(builder.toSchema());
H A DCertificateSyntax.java90 schemaUpdater.updateSchema(
H A DCountryStringSyntax.java92 schemaUpdater.updateSchema(
H A DJPEGSyntax.java91 schemaUpdater.updateSchema(
H A DSubtreeSpecificationSyntax.java77 schemaUpdater.updateSchema(builder.toSchema());
H A DCoreSchemaProvider.java156 final boolean isUpdated = schemaUpdater.updateSchema(currentSchemaBuilder.toSchema());
H A DDirectoryStringSyntax.java104 schemaUpdater.updateSchema(
H A DTelephoneNumberSyntax.java104 schemaUpdater.updateSchema(schemaUpdater.getSchemaBuilder().setOption(option, !strictMode).toSchema());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java520 updateSchema(SchemaType.GLOBAL, SMSUtils.GLOBAL_SCHEMA);
521 updateSchema(SchemaType.ORGANIZATION, SMSUtils.ORG_SCHEMA);
522 updateSchema(SchemaType.DYNAMIC, SMSUtils.DYNAMIC_SCHEMA);
523 updateSchema(SchemaType.USER, SMSUtils.USER_SCHEMA);
524 updateSchema(SchemaType.POLICY, SMSUtils.POLICY_SCHEMA);
525 updateSchema(SchemaType.GROUP, SMSUtils.GROUP_SCHEMA);
526 updateSchema(SchemaType.DOMAIN, SMSUtils.DOMAIN_SCHEMA);
557 void updateSchema(SchemaType type, String schemaName) { method in class:ServiceSchemaManagerImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java522 updateSchema(SchemaType.GLOBAL, SMSUtils.GLOBAL_SCHEMA);
523 updateSchema(SchemaType.ORGANIZATION, SMSUtils.ORG_SCHEMA);
524 updateSchema(SchemaType.DYNAMIC, SMSUtils.DYNAMIC_SCHEMA);
525 updateSchema(SchemaType.USER, SMSUtils.USER_SCHEMA);
526 updateSchema(SchemaType.POLICY, SMSUtils.POLICY_SCHEMA);
527 updateSchema(SchemaType.GROUP, SMSUtils.GROUP_SCHEMA);
528 updateSchema(SchemaType.DOMAIN, SMSUtils.DOMAIN_SCHEMA);
559 void updateSchema(SchemaType type, String schemaName) { method in class:ServiceSchemaManagerImpl
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DServerContextBuilder.java122 public boolean updateSchema(Schema schema) method in class:ServerContextBuilder.MockSchemaUpdater
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java152 updateSchema();
264 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java151 updateSchema();
217 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java151 updateSchema();
263 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java150 updateSchema();
216 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java152 updateSchema();
264 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java151 updateSchema();
217 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java151 updateSchema();
263 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java150 updateSchema();
216 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java152 updateSchema();
264 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java151 updateSchema();
217 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java138 updateSchema();
233 private void updateSchema() throws OpenDsException method in class:ModifyAttributeTask
H A DModifyObjectClassTask.java137 updateSchema();
196 private void updateSchema() throws OpenDsException method in class:ModifyObjectClassTask
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSchemaHandler.java115 schemaUpdater.updateSchema(schemaBuilder.toSchema());

Completed in 58 milliseconds

12