Interface GroupResource

All Superinterfaces:
BaseResourceTypeResource<ScimGroup>
All Known Implementing Classes:
GroupResourceImpl

@Path("Groups") public interface GroupResource extends BaseResourceTypeResource<ScimGroup>
From SCIM Protocol Specification, section 3, page 9
Author:
chrisharm
See Also:
  • Scim spec section 3.2 Resource Endpoint Operations Description -------- ---------------- ---------------------- -------------------- Group /Groups GET (Section 3.4.1), Retrieve, add, POST (Section 3.3), modify Groups. PUT (Section 3.5.1), PATCH (Section 3.5.2), DELETE (Section 3.6)