Searched defs:addRoleInformation (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java1289 JsonValue content = addRoleInformation(context, resourceId, identityDetailsToJsonValue(identityDetails));
1296 JsonValue addRoleInformation(Context context, String resourceId, JsonValue value) { method in class:IdentityResourceV1
H A DIdentityResourceV2.java217 JsonValue addRoleInformation(Context context, String resourceId, JsonValue value) { method in class:IdentityResourceV2
218 return identityResourceV1.addRoleInformation(context, resourceId, value);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java1296 addRoleInformation(context, resourceId, identityDetailsToJsonValue(identityDetails)));
1306 JsonValue addRoleInformation(Context context, String resourceId, JsonValue value) { method in class:IdentityResourceV1
H A DIdentityResourceV2.java221 JsonValue addRoleInformation(Context context, String resourceId, JsonValue value) { method in class:IdentityResourceV2
222 return identityResourceV1.addRoleInformation(context, resourceId, value);

Completed in 42 milliseconds