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

/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiActionAssert.java69 public ApiSchemaAssert schemas() { method in class:ApiActionAssert
70 List<Schema> schemas = new ArrayList<>();
74 schemas.add(action.request());
75 schemas.add(action.response());
78 return new ApiSchemaAssert(annotatedClass, schemas);
H A DApiErrorAssert.java58 public ApiSchemaAssert schemas() { method in class:ApiErrorAssert
59 List<Schema> schemas = new ArrayList<>();
61 schemas.add(error.detailSchema());
63 return new ApiSchemaAssert(annotatedClass, schemas);
H A DApiHandlerAssert.java70 public ApiSchemaAssert schemas() { method in class:ApiHandlerAssert
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java97 * navigating SMS schemas. It implements basic functionality such as reading of schema, template and
473 protected void addAttributeSchema(JsonValue result, String path, ServiceSchema schemas, Optional<Context> context) { argument
474 Map<String, String> attributeSectionMap = getAttributeNameToSection(schemas);
475 String serviceType = schemas.getServiceType().getType();
478 for (AttributeSchema attribute : schemas.getAttributeSchemas()) {
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 34 milliseconds