Uses of Class
com.okta.sdk.resource.model.IdentitySourceSession
Packages that use IdentitySourceSession
-
Uses of IdentitySourceSession in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return IdentitySourceSessionModifier 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 operationsMethods in com.okta.sdk.resource.api that return types with arguments of type IdentitySourceSessionModifier 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
Methods in com.okta.sdk.resource.model that return IdentitySourceSessionModifier and TypeMethodDescriptionIdentitySourceSession.status
(IdentitySourceSessionStatus status)