Uses of Class
com.okta.sdk.resource.model.IdentitySourceSession
-
Uses of IdentitySourceSession in com.okta.sdk.resource.api
Modifier 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.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 IDIdentitySourceApi.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 operationsModifier and TypeMethodDescriptionIdentitySourceApi.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 instance -
Uses of IdentitySourceSession in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionIdentitySourceSession.status
(IdentitySourceSessionStatus status)