public class SCIMClientImpl extends Object implements SCIMClient
ENDPOINT_URL_PREFIX| Constructor and Description |
|---|
SCIMClientImpl(SlackHttpClient slackHttpClient) |
SCIMClientImpl(SlackHttpClient slackHttpClient,
String token) |
public SCIMClientImpl(SlackHttpClient slackHttpClient)
public SCIMClientImpl(SlackHttpClient slackHttpClient, String token)
public String getEndpointUrlPrefix()
getEndpointUrlPrefix in interface SCIMClientpublic void setEndpointUrlPrefix(String endpointUrlPrefix)
setEndpointUrlPrefix in interface SCIMClientpublic ServiceProviderConfigsGetResponse getServiceProviderConfigs(ServiceProviderConfigsGetRequest req) throws IOException, SCIMApiException
getServiceProviderConfigs in interface SCIMClientIOExceptionSCIMApiExceptionpublic ServiceProviderConfigsGetResponse getServiceProviderConfigs(RequestConfigurator<ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) throws IOException, SCIMApiException
getServiceProviderConfigs in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersSearchResponse searchUsers(UsersSearchRequest req) throws IOException, SCIMApiException
searchUsers in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersSearchResponse searchUsers(RequestConfigurator<UsersSearchRequest.UsersSearchRequestBuilder> req) throws IOException, SCIMApiException
searchUsers in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersReadResponse readUser(UsersReadRequest req) throws IOException, SCIMApiException
readUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersReadResponse readUser(RequestConfigurator<UsersReadRequest.UsersReadRequestBuilder> req) throws IOException, SCIMApiException
readUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersCreateResponse createUser(UsersCreateRequest req) throws IOException, SCIMApiException
createUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersCreateResponse createUser(RequestConfigurator<UsersCreateRequest.UsersCreateRequestBuilder> req) throws IOException, SCIMApiException
createUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersPatchResponse patchUser(UsersPatchRequest req) throws IOException, SCIMApiException
patchUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersPatchResponse patchUser(RequestConfigurator<UsersPatchRequest.UsersPatchRequestBuilder> req) throws IOException, SCIMApiException
patchUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersUpdateResponse updateUser(UsersUpdateRequest req) throws IOException, SCIMApiException
updateUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersUpdateResponse updateUser(RequestConfigurator<UsersUpdateRequest.UsersUpdateRequestBuilder> req) throws IOException, SCIMApiException
updateUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersDeleteResponse deleteUser(UsersDeleteRequest req) throws IOException, SCIMApiException
deleteUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersDeleteResponse deleteUser(RequestConfigurator<UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException
deleteUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsSearchResponse searchGroups(GroupsSearchRequest req) throws IOException, SCIMApiException
searchGroups in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsSearchResponse searchGroups(RequestConfigurator<GroupsSearchRequest.GroupsSearchRequestBuilder> req) throws IOException, SCIMApiException
searchGroups in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsReadResponse readGroup(GroupsReadRequest req) throws IOException, SCIMApiException
readGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsReadResponse readGroup(RequestConfigurator<GroupsReadRequest.GroupsReadRequestBuilder> req) throws IOException, SCIMApiException
readGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsCreateResponse createGroup(GroupsCreateRequest req) throws IOException, SCIMApiException
createGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsCreateResponse createGroup(RequestConfigurator<GroupsCreateRequest.GroupsCreateRequestBuilder> req) throws IOException, SCIMApiException
createGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsPatchResponse patchGroup(GroupsPatchRequest req) throws IOException, SCIMApiException
patchGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsPatchResponse patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req) throws IOException, SCIMApiException
patchGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsUpdateResponse updateGroup(GroupsUpdateRequest req) throws IOException, SCIMApiException
updateGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsUpdateResponse updateGroup(RequestConfigurator<GroupsUpdateRequest.GroupsUpdateRequestBuilder> req) throws IOException, SCIMApiException
updateGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsDeleteResponse deleteGroup(GroupsDeleteRequest req) throws IOException, SCIMApiException
deleteGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsDeleteResponse deleteGroup(RequestConfigurator<GroupsDeleteRequest.GroupsDeleteRequestBuilder> req) throws IOException, SCIMApiException
deleteGroup in interface SCIMClientIOExceptionSCIMApiExceptionCopyright © 2020. All rights reserved.