Uses of Class
io.jans.scim.model.scim2.user.UserResource
-
Packages that use UserResource Package Description io.jans.scim.ws.rs.scim2 Interfaces and annotations shared by both the server side code and the Java client.. -
-
Uses of UserResource in io.jans.scim.ws.rs.scim2
Methods in io.jans.scim.ws.rs.scim2 with parameters of type UserResource Modifier and Type Method Description jakarta.ws.rs.core.ResponseIUserWebService. createUser(UserResource user, String attrsList, String excludedAttrsList)Service method that allows creating a User resource via POST (as per section 3.3 of RFC 7644).jakarta.ws.rs.core.ResponseIUserWebService. updateUser(UserResource user, String id, String attrsList, String excludedAttrsList)Service method that allows updating a User resource via PUT (as per section 3.5.1 of RFC 7644).
-