Path: / admin / realms / {realm} / roles-by-id / {role-id} / composites / applications-by-id / {appId}

Return a set of application-level roles for a specific app that are in the role's composite

Path parameters:
realm - realm name (not id!)
role-id -
appId -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/applications-by-id/{appId}Return a set of application-level roles for a specific app that are in the role's composite

Method Detail

GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/applications-by-id/{appId}

Return a set of application-level roles for a specific app that are in the role's composite

HTTP Example:
GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/applications-by-id/{appId}
API Example:

RoleByIdResource.getApplicationByIdRoleComposites({'realm': /* name realm name (not id!) */,
  'role-id': /* id */,
  'appId': /* appId */});

Output:
Set<RoleRepresentation> -
Produces:
application/json