gluu
|
継承メンバを含む org.gluu.oxtrust.ws.rs.scim2.UserWebService の全メンバ一覧です。
appConfiguration | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | package |
assignMetaInformation(BaseScimResource resource) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlineprotected |
createUser( @ApiParam(value="User", required=true) UserResource user, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList) | org.gluu.oxtrust.ws.rs.scim2.UserWebService | inline |
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.UserWebService | inline |
endpointUrl | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | package |
executeDefaultValidation(BaseScimResource resource) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlineprotected |
executeValidation(BaseScimResource resource, boolean skipRequired) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlineprotected |
extService | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | package |
getEndpointUrl() | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inline |
getErrorResponse(Response.Status status, String detail) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinestatic |
getErrorResponse(Response.Status status, ErrorScimType scimType, String detail) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinestatic |
getErrorResponse(int statusCode, ErrorScimType scimType, String detail) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinestatic |
getListResponseSerialized(int total, int startIndex, List< BaseScimResource > resources, String attrsList, String excludedAttrsList, boolean ignoreResults) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinepackage |
getMaxCount() | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinepackage |
getUserById( @PathParam("id") String id, @QueryParam(QUERY_PARAM_ATTRIBUTES) String attrsList, @QueryParam(QUERY_PARAM_EXCLUDED_ATTRS) String excludedAttrsList) | org.gluu.oxtrust.ws.rs.scim2.UserWebService | inline |
getValueFromHeaders(HttpHeaders headers, String name) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinepackage |
inspectPatchRequest(PatchRequest patch, Class<? extends BaseScimResource > cls) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlineprotected |
log | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | package |
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.UserWebService | inline |
personService | org.gluu.oxtrust.ws.rs.scim2.UserWebService | private |
prepareSearchRequest(List< String > schemas, String filter, String sortBy, String sortOrder, Integer startIndex, Integer count, String attrsList, String excludedAttrsList, SearchRequest request) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlineprotected |
resourceSerializer | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | package |
scim2PatchService | org.gluu.oxtrust.ws.rs.scim2.UserWebService | private |
scim2UserService | org.gluu.oxtrust.ws.rs.scim2.UserWebService | private |
SEARCH_SUFFIX | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | static |
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.UserWebService | inline |
searchUsersPost(@ApiParam(value="SearchRequest", required=true) SearchRequest searchRequest) | org.gluu.oxtrust.ws.rs.scim2.UserWebService | inline |
org::gluu::oxtrust::ws::rs::scim2::IUserWebService.searchUsersPost(SearchRequest searchRequest) | org.gluu.oxtrust.ws.rs.scim2.IUserWebService | |
setup() | org.gluu.oxtrust.ws.rs.scim2.UserWebService | inline |
translateSortByAttribute(Class<? extends BaseScimResource > cls, String sortBy) | org.gluu.oxtrust.ws.rs.scim2.BaseScimWebService | inlinepackage |
updateUser( @ApiParam(value="User", required=true) 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.UserWebService | inline |
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 |