Searched defs:subSchema (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java169 * @param subSchema Name of SubSchema
178 String subSchema)
189 ServiceSchema ss = schema.getSubSchema(subSchema);
175 getPasswordFields( String serviceName, SchemaType schemaType, String subSchema) argument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java169 * @param subSchema Name of SubSchema
178 String subSchema)
189 ServiceSchema ss = schema.getSubSchema(subSchema);
175 getPasswordFields( String serviceName, SchemaType schemaType, String subSchema) argument
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DSubSchemaModificationWrapper.java40 private SubSchemaModificationWrapper subSchema = null; field in class:SubSchemaModificationWrapper
65 this.subSchema = subSchemaWrapper;
83 return subSchema;
92 return (subSchema == null) ? false : true;
118 modified |= subSchema.subSchemaChanged();
H A DServiceSchemaModificationWrapper.java114 for (Map.Entry<String, ServiceSchemaModificationWrapper> subSchema : subSchemas.entrySet()) {
115 modified |= subSchema.getValue().hasBeenModified();
184 * @param subSchema The modified sub schema wrapper
186 public void addSubSchema(String name, ServiceSchemaModificationWrapper subSchema) { argument
187 subSchemas.put(name, subSchema);
H A DUpgradeUtils.java410 ServiceSchema subSchema = null;
413 subSchema = serviceSchema.getSubSchema(newSubSchema.getKey());
419 addNewSubSchema(serviceName, ssMod.getSubSchema(), subSchema, adminToken);
468 ServiceSchema subSchema = null;
471 subSchema = serviceSchema.getSubSchema(schema.getKey());
477 addAttributeToSchema(subSchema, attrs.getAttributeSchemaNode());
515 ServiceSchema subSchema = null;
518 subSchema = serviceSchema.getSubSchema(schema.getKey());
524 modifyAttributeInExistingSchema(subSchema, attrs.getName(), attrs.getAttributeSchemaNode());
559 ServiceSchema subSchema
1149 modifyAnyInAttributeSchema( String serviceName, String subSchema, String schemaType, String attrName, String value) argument
1177 modifyI18NKeyInSubSchema( String serviceName, String subSchema, String schemaType, String i18NKeyValue) argument
1253 removeAttributeChoiceValues( String serviceName, String schemaType, String attributeName, Set choiceValues, String subSchema) argument
1285 removeAttributeDefaultValues( String serviceName, String schemaType, String attributeName, Set defaultValues, String subSchema) argument
1326 addSubSchema( String serviceName, String subSchema, String schemaType, String fileName) argument
2395 modifyI18NInAttributeSchema( String serviceName, String subSchema, String schemaType, String attrName, String value) argument
3380 removeAllAttributeDefaultValues( String serviceName, String schemaType, String attributeName, String subSchema) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DSubSchemaModificationWrapper.java40 private SubSchemaModificationWrapper subSchema = null; field in class:SubSchemaModificationWrapper
65 this.subSchema = subSchemaWrapper;
83 return subSchema;
92 return (subSchema == null) ? false : true;
118 modified |= subSchema.subSchemaChanged();
H A DServiceSchemaModificationWrapper.java114 for (Map.Entry<String, ServiceSchemaModificationWrapper> subSchema : subSchemas.entrySet()) {
115 modified |= subSchema.getValue().hasBeenModified();
184 * @param subSchema The modified sub schema wrapper
186 public void addSubSchema(String name, ServiceSchemaModificationWrapper subSchema) { argument
187 subSchemas.put(name, subSchema);
H A DUpgradeUtils.java410 ServiceSchema subSchema = null;
413 subSchema = serviceSchema.getSubSchema(newSubSchema.getKey());
419 addNewSubSchema(serviceName, ssMod.getSubSchema(), subSchema, adminToken);
468 ServiceSchema subSchema = null;
471 subSchema = serviceSchema.getSubSchema(schema.getKey());
477 addAttributeToSchema(subSchema, attrs.getAttributeSchemaNode());
515 ServiceSchema subSchema = null;
518 subSchema = serviceSchema.getSubSchema(schema.getKey());
524 modifyAttributeInExistingSchema(subSchema, attrs.getName(), attrs.getAttributeSchemaNode());
559 ServiceSchema subSchema
1149 modifyAnyInAttributeSchema( String serviceName, String subSchema, String schemaType, String attrName, String value) argument
1177 modifyI18NKeyInSubSchema( String serviceName, String subSchema, String schemaType, String i18NKeyValue) argument
1253 removeAttributeChoiceValues( String serviceName, String schemaType, String attributeName, Set choiceValues, String subSchema) argument
1285 removeAttributeDefaultValues( String serviceName, String schemaType, String attributeName, Set defaultValues, String subSchema) argument
1326 addSubSchema( String serviceName, String subSchema, String schemaType, String fileName) argument
2395 modifyI18NInAttributeSchema( String serviceName, String subSchema, String schemaType, String attrName, String value) argument
3380 removeAllAttributeDefaultValues( String serviceName, String schemaType, String attributeName, String subSchema) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DConfigureData.java170 String subSchema,
173 ServiceSchema ss = getServiceSchema(serviceName, schemaType, subSchema);
180 String subSchema
186 if (subSchema != null) {
188 StringTokenizer st = new StringTokenizer(subSchema, "/");
167 modifySchemaDefaultValues( String serviceName, SchemaType schemaType, String subSchema, Map values ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DConfigureData.java170 String subSchema,
173 ServiceSchema ss = getServiceSchema(serviceName, schemaType, subSchema);
180 String subSchema
186 if (subSchema != null) {
188 StringTokenizer st = new StringTokenizer(subSchema, "/");
167 modifySchemaDefaultValues( String serviceName, SchemaType schemaType, String subSchema, Map values ) argument

Completed in 51 milliseconds