@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class IdentitySourceApi extends Object
Constructor and Description |
---|
IdentitySourceApi() |
IdentitySourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<IdentitySourceSession> |
createIdentitySourceSession(String identitySourceId)
Create an Identity Source Session
Creates an identity source session for the given identity source instance
|
List<IdentitySourceSession> |
createIdentitySourceSession(String identitySourceId,
Map<String,String> additionalHeaders)
Create an Identity Source Session
Creates an identity source session for the given identity source instance
|
void |
deleteIdentitySourceSession(String identitySourceId,
String sessionId)
Delete an Identity Source Session
Deletes an identity source session for a given `identitySourceId` and `sessionId`
|
void |
deleteIdentitySourceSession(String identitySourceId,
String sessionId,
Map<String,String> additionalHeaders)
Delete an Identity Source Session
Deletes an identity source session for a given `identitySourceId` and `sessionId`
|
ApiClient |
getApiClient() |
IdentitySourceSession |
getIdentitySourceSession(String identitySourceId,
String sessionId)
Retrieve an Identity Source Session
Retrieves an identity source session for a given identity source id and session id
|
IdentitySourceSession |
getIdentitySourceSession(String identitySourceId,
String sessionId,
Map<String,String> additionalHeaders)
Retrieve an Identity Source Session
Retrieves an identity source session for a given identity source id and session id
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
List<IdentitySourceSession> |
listIdentitySourceSessions(String identitySourceId)
List all Identity Source Sessions
Lists all identity source sessions for the given identity source instance
|
List<IdentitySourceSession> |
listIdentitySourceSessions(String identitySourceId,
Map<String,String> additionalHeaders)
List all Identity Source Sessions
Lists all identity source sessions for the given identity source instance
|
void |
setApiClient(ApiClient apiClient) |
List<IdentitySourceSession> |
startImportFromIdentitySource(String identitySourceId,
String sessionId)
Start the import from the Identity Source
Starts the import from the identity source described by the uploaded bulk operations
|
List<IdentitySourceSession> |
startImportFromIdentitySource(String identitySourceId,
String sessionId,
Map<String,String> additionalHeaders)
Start the import from the Identity Source
Starts the import from the identity source described by the uploaded bulk operations
|
void |
uploadIdentitySourceDataForDelete(String identitySourceId,
String sessionId,
BulkDeleteRequestBody bulkDeleteRequestBody)
Upload the data to be deleted in Okta
Uploads entities that need to be deleted in Okta from the identity source for the given session
|
void |
uploadIdentitySourceDataForDelete(String identitySourceId,
String sessionId,
BulkDeleteRequestBody bulkDeleteRequestBody,
Map<String,String> additionalHeaders)
Upload the data to be deleted in Okta
Uploads entities that need to be deleted in Okta from the identity source for the given session
|
void |
uploadIdentitySourceDataForUpsert(String identitySourceId,
String sessionId,
BulkUpsertRequestBody bulkUpsertRequestBody)
Upload the data to be upserted in Okta
Uploads entities that need to be upserted in Okta from the identity source for the given session
|
void |
uploadIdentitySourceDataForUpsert(String identitySourceId,
String sessionId,
BulkUpsertRequestBody bulkUpsertRequestBody,
Map<String,String> additionalHeaders)
Upload the data to be upserted in Okta
Uploads entities that need to be upserted in Okta from the identity source for the given session
|
public IdentitySourceApi()
public IdentitySourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<IdentitySourceSession> createIdentitySourceSession(String identitySourceId) throws ApiException
identitySourceId
- (required)ApiException
- if fails to make API callpublic List<IdentitySourceSession> createIdentitySourceSession(String identitySourceId, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deleteIdentitySourceSession(String identitySourceId, String sessionId) throws ApiException
identitySourceId
- (required)sessionId
- (required)ApiException
- if fails to make API callpublic void deleteIdentitySourceSession(String identitySourceId, String sessionId, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)sessionId
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic IdentitySourceSession getIdentitySourceSession(String identitySourceId, String sessionId) throws ApiException
identitySourceId
- (required)sessionId
- (required)ApiException
- if fails to make API callpublic IdentitySourceSession getIdentitySourceSession(String identitySourceId, String sessionId, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)sessionId
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<IdentitySourceSession> listIdentitySourceSessions(String identitySourceId) throws ApiException
identitySourceId
- (required)ApiException
- if fails to make API callpublic List<IdentitySourceSession> listIdentitySourceSessions(String identitySourceId, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<IdentitySourceSession> startImportFromIdentitySource(String identitySourceId, String sessionId) throws ApiException
identitySourceId
- (required)sessionId
- (required)ApiException
- if fails to make API callpublic List<IdentitySourceSession> startImportFromIdentitySource(String identitySourceId, String sessionId, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)sessionId
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void uploadIdentitySourceDataForDelete(String identitySourceId, String sessionId, BulkDeleteRequestBody bulkDeleteRequestBody) throws ApiException
identitySourceId
- (required)sessionId
- (required)bulkDeleteRequestBody
- (optional)ApiException
- if fails to make API callpublic void uploadIdentitySourceDataForDelete(String identitySourceId, String sessionId, BulkDeleteRequestBody bulkDeleteRequestBody, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)sessionId
- (required)bulkDeleteRequestBody
- (optional)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void uploadIdentitySourceDataForUpsert(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody) throws ApiException
identitySourceId
- (required)sessionId
- (required)bulkUpsertRequestBody
- (optional)ApiException
- if fails to make API callpublic void uploadIdentitySourceDataForUpsert(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody, Map<String,String> additionalHeaders) throws ApiException
identitySourceId
- (required)sessionId
- (required)bulkUpsertRequestBody
- (optional)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.