public interface SCIMClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
GroupsCreateResponse |
createGroup(GroupsCreateRequest req) |
GroupsCreateResponse |
createGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsCreateRequest.GroupsCreateRequestBuilder> req) |
UsersCreateResponse |
createUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersCreateRequest.UsersCreateRequestBuilder> req) |
UsersCreateResponse |
createUser(UsersCreateRequest req) |
UsersDeleteResponse |
delete(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req)
Deprecated.
|
UsersDeleteResponse |
delete(UsersDeleteRequest req)
Deprecated.
|
GroupsDeleteResponse |
deleteGroup(GroupsDeleteRequest req) |
GroupsDeleteResponse |
deleteGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsDeleteRequest.GroupsDeleteRequestBuilder> req) |
UsersDeleteResponse |
deleteUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req) |
UsersDeleteResponse |
deleteUser(UsersDeleteRequest req) |
String |
getEndpointUrlPrefix() |
ServiceProviderConfigsGetResponse |
getServiceProviderConfigs(RequestConfigurator<com.github.seratch.jslack.api.scim.request.ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) |
ServiceProviderConfigsGetResponse |
getServiceProviderConfigs(ServiceProviderConfigsGetRequest req) |
GroupsPatchResponse |
patchGroup(GroupsPatchRequest req) |
GroupsPatchResponse |
patchGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsPatchRequest.GroupsPatchRequestBuilder> req) |
UsersPatchResponse |
patchUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersPatchRequest.UsersPatchRequestBuilder> req) |
UsersPatchResponse |
patchUser(UsersPatchRequest req) |
GroupsReadResponse |
readGroup(GroupsReadRequest req) |
GroupsReadResponse |
readGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsReadRequest.GroupsReadRequestBuilder> req) |
UsersReadResponse |
readUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersReadRequest.UsersReadRequestBuilder> req) |
UsersReadResponse |
readUser(UsersReadRequest req) |
GroupsSearchResponse |
searchGroups(GroupsSearchRequest req) |
GroupsSearchResponse |
searchGroups(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsSearchRequest.GroupsSearchRequestBuilder> req) |
UsersSearchResponse |
searchUsers(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersSearchRequest.UsersSearchRequestBuilder> req) |
UsersSearchResponse |
searchUsers(UsersSearchRequest req) |
void |
setEndpointUrlPrefix(String endpointUrlPrefix) |
GroupsUpdateResponse |
updateGroup(GroupsUpdateRequest req) |
GroupsUpdateResponse |
updateGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsUpdateRequest.GroupsUpdateRequestBuilder> req) |
UsersUpdateResponse |
updateUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersUpdateRequest.UsersUpdateRequestBuilder> req) |
UsersUpdateResponse |
updateUser(UsersUpdateRequest req) |
static final String ENDPOINT_URL_PREFIX
String getEndpointUrlPrefix()
void setEndpointUrlPrefix(String endpointUrlPrefix)
ServiceProviderConfigsGetResponse getServiceProviderConfigs(ServiceProviderConfigsGetRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionServiceProviderConfigsGetResponse getServiceProviderConfigs(RequestConfigurator<com.github.seratch.jslack.api.scim.request.ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersSearchResponse searchUsers(UsersSearchRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersSearchResponse searchUsers(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersSearchRequest.UsersSearchRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersReadResponse readUser(UsersReadRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersReadResponse readUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersReadRequest.UsersReadRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersCreateResponse createUser(UsersCreateRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersCreateResponse createUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersCreateRequest.UsersCreateRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersPatchResponse patchUser(UsersPatchRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersPatchResponse patchUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersPatchRequest.UsersPatchRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersUpdateResponse updateUser(UsersUpdateRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersUpdateResponse updateUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersUpdateRequest.UsersUpdateRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersDeleteResponse deleteUser(UsersDeleteRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionUsersDeleteResponse deleteUser(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiException@Deprecated UsersDeleteResponse delete(UsersDeleteRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiException@Deprecated UsersDeleteResponse delete(RequestConfigurator<com.github.seratch.jslack.api.scim.request.UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsSearchResponse searchGroups(GroupsSearchRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsSearchResponse searchGroups(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsSearchRequest.GroupsSearchRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsReadResponse readGroup(GroupsReadRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsReadResponse readGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsReadRequest.GroupsReadRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsCreateResponse createGroup(GroupsCreateRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsCreateResponse createGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsCreateRequest.GroupsCreateRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsPatchResponse patchGroup(GroupsPatchRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsPatchResponse patchGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsPatchRequest.GroupsPatchRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsUpdateResponse updateGroup(GroupsUpdateRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsUpdateResponse updateGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsUpdateRequest.GroupsUpdateRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsDeleteResponse deleteGroup(GroupsDeleteRequest req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionGroupsDeleteResponse deleteGroup(RequestConfigurator<com.github.seratch.jslack.api.scim.request.GroupsDeleteRequest.GroupsDeleteRequestBuilder> req) throws IOException, SCIMApiException
IOExceptionSCIMApiExceptionCopyright © 2019. All rights reserved.