gluu
org.gluu.oxtrust.ws.rs.scim2.IUserWebService メンバ一覧

継承メンバを含む org.gluu.oxtrust.ws.rs.scim2.IUserWebService の全メンバ一覧です。

createUser(UserResource user, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
deleteUser(@PathParam("id") String id)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
getUserById( @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
patchUser(PatchRequest request, @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
searchUsers( @QueryParam(QUERY_PARAM_FILTER) String filter, @QueryParam(QUERY_PARAM_START_INDEX) Integer startIndex, @QueryParam(QUERY_PARAM_COUNT) Integer count, @QueryParam(QUERY_PARAM_SORT_BY) String sortBy, @QueryParam(QUERY_PARAM_SORT_ORDER) String sortOrder, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
searchUsersPost(SearchRequest searchRequest)org.gluu.oxtrust.ws.rs.scim2.IUserWebService
updateUser(UserResource user, @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList)org.gluu.oxtrust.ws.rs.scim2.IUserWebService