パッケージ com.slack.api.scim.impl
クラス SCIMClientImpl
java.lang.Object
com.slack.api.scim.impl.SCIMClientImpl
-
フィールドの概要
インタフェースから継承されたフィールド com.slack.api.scim.SCIMClient
ENDPOINT_URL_PREFIX -
コンストラクタの概要
コンストラクタコンストラクタ説明SCIMClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache) SCIMClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache, String token) -
メソッドの概要
修飾子とタイプメソッド説明getServiceProviderConfigs(RequestConfigurator<ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) readUser(UsersReadRequest req) voidsetEndpointUrlPrefix(String endpointUrlPrefix)
-
コンストラクタの詳細
-
SCIMClientImpl
-
SCIMClientImpl
public SCIMClientImpl(SlackConfig config, SlackHttpClient slackHttpClient, TeamIdCache teamIdCache, String token)
-
-
メソッドの詳細
-
getEndpointUrlPrefix
- 定義:
getEndpointUrlPrefixインタフェース内SCIMClient
-
setEndpointUrlPrefix
- 定義:
setEndpointUrlPrefixインタフェース内SCIMClient
-
getServiceProviderConfigs
public ServiceProviderConfigsGetResponse getServiceProviderConfigs(ServiceProviderConfigsGetRequest req) throws IOException, SCIMApiException - 定義:
getServiceProviderConfigsインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
getServiceProviderConfigs
public ServiceProviderConfigsGetResponse getServiceProviderConfigs(RequestConfigurator<ServiceProviderConfigsGetRequest.ServiceProviderConfigsGetRequestBuilder> req) throws IOException, SCIMApiException - 定義:
getServiceProviderConfigsインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
searchUsers
- 定義:
searchUsersインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
searchUsers
public UsersSearchResponse searchUsers(RequestConfigurator<UsersSearchRequest.UsersSearchRequestBuilder> req) throws IOException, SCIMApiException - 定義:
searchUsersインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
readUser
- 定義:
readUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
readUser
public UsersReadResponse readUser(RequestConfigurator<UsersReadRequest.UsersReadRequestBuilder> req) throws IOException, SCIMApiException - 定義:
readUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
createUser
- 定義:
createUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
createUser
public UsersCreateResponse createUser(RequestConfigurator<UsersCreateRequest.UsersCreateRequestBuilder> req) throws IOException, SCIMApiException - 定義:
createUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
patchUser
- 定義:
patchUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
patchUser
public UsersPatchResponse patchUser(RequestConfigurator<UsersPatchRequest.UsersPatchRequestBuilder> req) throws IOException, SCIMApiException - 定義:
patchUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
updateUser
- 定義:
updateUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
updateUser
public UsersUpdateResponse updateUser(RequestConfigurator<UsersUpdateRequest.UsersUpdateRequestBuilder> req) throws IOException, SCIMApiException - 定義:
updateUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
deleteUser
- 定義:
deleteUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
deleteUser
public UsersDeleteResponse deleteUser(RequestConfigurator<UsersDeleteRequest.UsersDeleteRequestBuilder> req) throws IOException, SCIMApiException - 定義:
deleteUserインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
searchGroups
public GroupsSearchResponse searchGroups(GroupsSearchRequest req) throws IOException, SCIMApiException - 定義:
searchGroupsインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
searchGroups
public GroupsSearchResponse searchGroups(RequestConfigurator<GroupsSearchRequest.GroupsSearchRequestBuilder> req) throws IOException, SCIMApiException - 定義:
searchGroupsインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
readGroup
- 定義:
readGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
readGroup
public GroupsReadResponse readGroup(RequestConfigurator<GroupsReadRequest.GroupsReadRequestBuilder> req) throws IOException, SCIMApiException - 定義:
readGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
createGroup
public GroupsCreateResponse createGroup(GroupsCreateRequest req) throws IOException, SCIMApiException - 定義:
createGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
createGroup
public GroupsCreateResponse createGroup(RequestConfigurator<GroupsCreateRequest.GroupsCreateRequestBuilder> req) throws IOException, SCIMApiException - 定義:
createGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
patchGroup
- 定義:
patchGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
patchGroup
public GroupsPatchResponse patchGroup(RequestConfigurator<GroupsPatchRequest.GroupsPatchRequestBuilder> req) throws IOException, SCIMApiException - 定義:
patchGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
updateGroup
public GroupsUpdateResponse updateGroup(GroupsUpdateRequest req) throws IOException, SCIMApiException - 定義:
updateGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
updateGroup
public GroupsUpdateResponse updateGroup(RequestConfigurator<GroupsUpdateRequest.GroupsUpdateRequestBuilder> req) throws IOException, SCIMApiException - 定義:
updateGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
deleteGroup
public GroupsDeleteResponse deleteGroup(GroupsDeleteRequest req) throws IOException, SCIMApiException - 定義:
deleteGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-
deleteGroup
public GroupsDeleteResponse deleteGroup(RequestConfigurator<GroupsDeleteRequest.GroupsDeleteRequestBuilder> req) throws IOException, SCIMApiException - 定義:
deleteGroupインタフェース内SCIMClient- 例外:
IOExceptionSCIMApiException
-