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