Uses of Class
com.okta.sdk.resource.model.IdentitySourceSession
-
Uses of IdentitySourceSession in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionIdentitySourceApi.getIdentitySourceSession
(String identitySourceId, String sessionId) Retrieve an Identity Source Session Retrieves an identity source session for a given identity source id and session idIdentitySourceApi.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 idModifier and TypeMethodDescriptionIdentitySourceApi.createIdentitySourceSession
(String identitySourceId) Create an Identity Source Session Creates an identity source session for the given identity source instanceIdentitySourceApi.createIdentitySourceSession
(String identitySourceId, Map<String, String> additionalHeaders) Create an Identity Source Session Creates an identity source session for the given identity source instanceIdentitySourceApi.listIdentitySourceSessions
(String identitySourceId) List all Identity Source Sessions Lists all identity source sessions for the given identity source instanceIdentitySourceApi.listIdentitySourceSessions
(String identitySourceId, Map<String, String> additionalHeaders) List all Identity Source Sessions Lists all identity source sessions for the given identity source instanceIdentitySourceApi.startImportFromIdentitySource
(String identitySourceId, String sessionId) Start the import from the Identity Source Starts the import from the identity source described by the uploaded bulk operationsIdentitySourceApi.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 -
Uses of IdentitySourceSession in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionIdentitySourceSession.status
(IdentitySourceSessionStatus status)