Interface UserResource

All Superinterfaces:
BaseResourceTypeResource<ScimUser>
All Known Implementing Classes:
UserResourceImpl

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