Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
IdentitySourceSession |
IdentitySourceApi.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 |
IdentitySourceApi.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
|
Modifier and Type | Method and Description |
---|---|
List<IdentitySourceSession> |
IdentitySourceApi.createIdentitySourceSession(String identitySourceId)
Create an Identity Source Session
Creates an identity source session for the given identity source instance
|
List<IdentitySourceSession> |
IdentitySourceApi.createIdentitySourceSession(String identitySourceId,
Map<String,String> additionalHeaders)
Create an Identity Source Session
Creates an identity source session for the given identity source instance
|
List<IdentitySourceSession> |
IdentitySourceApi.listIdentitySourceSessions(String identitySourceId)
List all Identity Source Sessions
Lists all identity source sessions for the given identity source instance
|
List<IdentitySourceSession> |
IdentitySourceApi.listIdentitySourceSessions(String identitySourceId,
Map<String,String> additionalHeaders)
List all Identity Source Sessions
Lists all identity source sessions for the given identity source instance
|
List<IdentitySourceSession> |
IdentitySourceApi.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> |
IdentitySourceApi.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
|
Modifier and Type | Method and Description |
---|---|
IdentitySourceSession |
IdentitySourceSession.status(IdentitySourceSessionStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.