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<com.slack.api.scim.request.ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) throws IOException, SCIMApiException
getServiceProviderConfigs in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersSearchResponse searchUsers(UsersSearchRequest req) throws IOException, SCIMApiException
searchUsers in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersSearchResponse searchUsers(RequestConfigurator<com.slack.api.scim.request.UsersSearchRequest.UsersSearchRequestBuilder> req) throws IOException, SCIMApiException
searchUsers in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersReadResponse readUser(UsersReadRequest req) throws IOException, SCIMApiException
readUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersReadResponse readUser(RequestConfigurator<com.slack.api.scim.request.UsersReadRequest.UsersReadRequestBuilder> req) throws IOException, SCIMApiException
readUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersCreateResponse createUser(UsersCreateRequest req) throws IOException, SCIMApiException
createUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersCreateResponse createUser(RequestConfigurator<com.slack.api.scim.request.UsersCreateRequest.UsersCreateRequestBuilder> req) throws IOException, SCIMApiException
createUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersPatchResponse patchUser(UsersPatchRequest req) throws IOException, SCIMApiException
patchUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersPatchResponse patchUser(RequestConfigurator<com.slack.api.scim.request.UsersPatchRequest.UsersPatchRequestBuilder> req) throws IOException, SCIMApiException
patchUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersUpdateResponse updateUser(UsersUpdateRequest req) throws IOException, SCIMApiException
updateUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersUpdateResponse updateUser(RequestConfigurator<com.slack.api.scim.request.UsersUpdateRequest.UsersUpdateRequestBuilder> req) throws IOException, SCIMApiException
updateUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersDeleteResponse deleteUser(UsersDeleteRequest req) throws IOException, SCIMApiException
deleteUser in interface SCIMClientIOExceptionSCIMApiExceptionpublic UsersDeleteResponse deleteUser(RequestConfigurator<com.slack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException
deleteUser in interface SCIMClientIOExceptionSCIMApiException@Deprecated public UsersDeleteResponse delete(UsersDeleteRequest req) throws IOException, SCIMApiException
delete in interface SCIMClientIOExceptionSCIMApiException@Deprecated public UsersDeleteResponse delete(RequestConfigurator<com.slack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException
delete in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsSearchResponse searchGroups(GroupsSearchRequest req) throws IOException, SCIMApiException
searchGroups in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsSearchResponse searchGroups(RequestConfigurator<com.slack.api.scim.request.GroupsSearchRequest.GroupsSearchRequestBuilder> req) throws IOException, SCIMApiException
searchGroups in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsReadResponse readGroup(GroupsReadRequest req) throws IOException, SCIMApiException
readGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsReadResponse readGroup(RequestConfigurator<com.slack.api.scim.request.GroupsReadRequest.GroupsReadRequestBuilder> req) throws IOException, SCIMApiException
readGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsCreateResponse createGroup(GroupsCreateRequest req) throws IOException, SCIMApiException
createGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsCreateResponse createGroup(RequestConfigurator<com.slack.api.scim.request.GroupsCreateRequest.GroupsCreateRequestBuilder> req) throws IOException, SCIMApiException
createGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsPatchResponse patchGroup(GroupsPatchRequest req) throws IOException, SCIMApiException
patchGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsPatchResponse patchGroup(RequestConfigurator<com.slack.api.scim.request.GroupsPatchRequest.GroupsPatchRequestBuilder> req) throws IOException, SCIMApiException
patchGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsUpdateResponse updateGroup(GroupsUpdateRequest req) throws IOException, SCIMApiException
updateGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsUpdateResponse updateGroup(RequestConfigurator<com.slack.api.scim.request.GroupsUpdateRequest.GroupsUpdateRequestBuilder> req) throws IOException, SCIMApiException
updateGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsDeleteResponse deleteGroup(GroupsDeleteRequest req) throws IOException, SCIMApiException
deleteGroup in interface SCIMClientIOExceptionSCIMApiExceptionpublic GroupsDeleteResponse deleteGroup(RequestConfigurator<com.slack.api.scim.request.GroupsDeleteRequest.GroupsDeleteRequestBuilder> req) throws IOException, SCIMApiException
deleteGroup in interface SCIMClientIOExceptionSCIMApiExceptionCopyright © 2020. All rights reserved.