/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsJsonConverterTest.java | 102 addAttributeSchema(STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE, 104 addAttributeSchema(INT_VALUE_NAME, AttributeSchema.Syntax.NUMERIC, null, AttributeSchema.Type.SINGLE, null); 105 addAttributeSchema(BOOLEAN_VALUE_NAME, AttributeSchema.Syntax.BOOLEAN, null, AttributeSchema.Type.SINGLE, null); 106 addAttributeSchema(DECIMAL_VALUE_NAME, AttributeSchema.Syntax.DECIMAL, null, AttributeSchema.Type.SINGLE, null); 107 addAttributeSchema(ARRAY_VALUE_NAME, AttributeSchema.Syntax.STRING, AttributeSchema.UIType.UNORDEREDLIST, 109 addAttributeSchema(MAP_VALUE_NAME, AttributeSchema.Syntax.STRING, AttributeSchema.UIType.MAPLIST, 111 addAttributeSchema(SECTION_1_STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE, 113 addAttributeSchema(SCRIPT_VALUE_NAME, AttributeSchema.Syntax.SCRIPT, null, AttributeSchema.Type.SINGLE, null); 114 addAttributeSchema(PASSWORD_VALUE_NAME, AttributeSchema.Syntax.PASSWORD, null, AttributeSchema.Type.SINGLE, null); 154 private void addAttributeSchema(Strin method in class:SmsJsonConverterTest [all...] |
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsJsonConverterTest.java | 102 addAttributeSchema(STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE, 104 addAttributeSchema(INT_VALUE_NAME, AttributeSchema.Syntax.NUMERIC, null, AttributeSchema.Type.SINGLE, null); 105 addAttributeSchema(BOOLEAN_VALUE_NAME, AttributeSchema.Syntax.BOOLEAN, null, AttributeSchema.Type.SINGLE, null); 106 addAttributeSchema(DECIMAL_VALUE_NAME, AttributeSchema.Syntax.DECIMAL, null, AttributeSchema.Type.SINGLE, null); 107 addAttributeSchema(ARRAY_VALUE_NAME, AttributeSchema.Syntax.STRING, AttributeSchema.UIType.UNORDEREDLIST, 109 addAttributeSchema(MAP_VALUE_NAME, AttributeSchema.Syntax.STRING, AttributeSchema.UIType.MAPLIST, 111 addAttributeSchema(SECTION_1_STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE, 113 addAttributeSchema(SCRIPT_VALUE_NAME, AttributeSchema.Syntax.SCRIPT, null, AttributeSchema.Type.SINGLE, null); 114 addAttributeSchema(PASSWORD_VALUE_NAME, AttributeSchema.Syntax.PASSWORD, null, AttributeSchema.Type.SINGLE, null); 154 private void addAttributeSchema(Strin method in class:SmsJsonConverterTest [all...] |
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/ |
H A D | AddAttributeSchema.java | 96 addAttributeSchema(ss, serviceName, schemaType, name); 126 ss.addAttributeSchema(bis); 150 private void addAttributeSchema( method in class:AddAttributeSchema 159 ss.addAttributeSchema(fis);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/ |
H A D | AddAttributeSchema.java | 96 addAttributeSchema(ss, serviceName, schemaType, name); 126 ss.addAttributeSchema(bis); 150 private void addAttributeSchema( method in class:AddAttributeSchema 159 ss.addAttributeSchema(fis);
|
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsGlobalSingletonProvider.java | 132 addAttributeSchema(result, "/properties/defaults/", organizationSchema, sections,
|
H A D | SmsResourceProvider.java | 243 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, sections, attributeSectionMap, console, serviceType, 249 protected void addAttributeSchema(JsonValue result, String path, ServiceSchema schema, List<String> sections, method in class:SmsResourceProvider
|
H A D | SmsSingletonProvider.java | 264 addAttributeSchema(result, "/properties/dynamic/", dynamicSchema, sections, attributeSectionMap,
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsGlobalSingletonProvider.java | 158 addAttributeSchema(result, "/properties/defaults/properties/", organizationSchema, context);
|
H A D | SmsResourceProvider.java | 369 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, context); 382 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, context); 473 protected void addAttributeSchema(JsonValue result, String path, ServiceSchema schemas, Optional<Context> context) { method in class:SmsResourceProvider
|
H A D | SmsSingletonProvider.java | 349 addAttributeSchema(result, "/properties/dynamic/properties/", dynamicSchema, context);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchema.java | 495 public void addAttributeSchema(InputStream xmlAttrSchema) method in class:ServiceSchema
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchema.java | 501 public void addAttributeSchema(InputStream xmlAttrSchema) method in class:ServiceSchema
|
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/ |
H A D | UpgradeUtils.java | 734 ss.addAttributeSchema(fis); 958 serviceSchema.addAttributeSchema(bis); 3044 subSchema.addAttributeSchema(fis);
|
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/ |
H A D | UpgradeUtils.java | 734 ss.addAttributeSchema(fis); 958 serviceSchema.addAttributeSchema(bis); 3044 subSchema.addAttributeSchema(fis);
|
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/ |
H A D | SchemaTest.java | 604 public void addAttributeSchema(String subschema) method in class:SchemaTest 607 entering("addAttributeSchema", params); 619 args[6] = MOCK_DIR + "/addAttributeSchema.xml"; 642 exiting("addAttributeSchema"); 644 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 648 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 652 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 661 dependsOnMethods = {"addAttributeSchema"} 803 dependsOnMethods = {"addAttributeSchema"} 862 dependsOnMethods = {"addAttributeSchema"} [all...] |
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/ |
H A D | SchemaTest.java | 604 public void addAttributeSchema(String subschema) method in class:SchemaTest 607 entering("addAttributeSchema", params); 619 args[6] = MOCK_DIR + "/addAttributeSchema.xml"; 642 exiting("addAttributeSchema"); 644 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 648 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 652 this.log(Level.SEVERE, "addAttributeSchema", e.getMessage(), 661 dependsOnMethods = {"addAttributeSchema"} 803 dependsOnMethods = {"addAttributeSchema"} 862 dependsOnMethods = {"addAttributeSchema"} [all...] |