...
Action | Intended Users | Method | URI | RequestBody | ResponseBody | ||
---|---|---|---|---|---|---|---|
1 | Apply an AccessRequirement to a list of subjects | ACT | PUT | /accessRequirement/{id}/association | AccessRequirementAssociationRequestRestrictableObjectDescriptorBatch | ||
2 | Removing a list of subjects from an AccessRequirement | ACT | DELETE | /accessRequirement/{id}/association | AccessRequirementAssociationRequest | AccessRequirementAssociationRequestRestrictableObjectDescriptorBatch | |
3 | Listing all subjects that an AccessRequirement directly applies to | ACT | GET | /accessRequirement/{id}/association | RestrictableObjectDescriptorBatch |
RestrictableObjectDescriptorBatch |
---|
List<RestrictableObjectDescriptor> subjects |
...