Searched refs:getAttributeFromRequest (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java676 searchAttributes.putAll(getAttributeFromRequest(jsonBody));
783 private Map<String, Set<String>> getAttributeFromRequest(JsonValue jsonBody) throws BadRequestException { method in class:IdentityResourceV1
H A DIdentityResourceV2.java735 searchAttributes.putAll(getAttributeFromRequest(jsonBody));
842 private Map<String, Set<String>> getAttributeFromRequest(JsonValue jsonBody) throws BadRequestException { method in class:IdentityResourceV2
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java673 searchAttributes.putAll(getAttributeFromRequest(jsonBody));
780 private Map<String, Set<String>> getAttributeFromRequest(JsonValue jsonBody) throws BadRequestException { method in class:IdentityResourceV1

Completed in 30 milliseconds