Uses of Class
com.okta.sdk.resource.model.Session
-
Uses of Session in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionSessionApi.createSession
(CreateSessionRequest createSessionRequest) Create a Session with session token Creates a new Session for a user with a valid session token.SessionApi.createSession
(CreateSessionRequest createSessionRequest, Map<String, String> additionalHeaders) Create a Session with session token Creates a new Session for a user with a valid session token.SessionApi.getCurrentSession
(String cookie) Retrieve the current Session Retrieves Session information for the current user.SessionApi.getCurrentSession
(String cookie, Map<String, String> additionalHeaders) Retrieve the current Session Retrieves Session information for the current user.SessionApi.getSession
(String sessionId) Retrieve a Session Retrieves information about the Session specified by the given session IDSessionApi.getSession
(String sessionId, Map<String, String> additionalHeaders) Retrieve a Session Retrieves information about the Session specified by the given session IDSessionApi.refreshCurrentSession
(String cookie) Refresh the current Session Refreshes the Session for the current user > **Note:** This operation requires a session cookie for the user.SessionApi.refreshCurrentSession
(String cookie, Map<String, String> additionalHeaders) Refresh the current Session Refreshes the Session for the current user > **Note:** This operation requires a session cookie for the user.SessionApi.refreshSession
(String sessionId) Refresh a Session Refreshes an existing Session using the `id` for that Session.SessionApi.refreshSession
(String sessionId, Map<String, String> additionalHeaders) Refresh a Session Refreshes an existing Session using the `id` for that Session. -
Uses of Session in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionSession.idp
(SessionIdentityProvider idp) Session.status
(SessionStatus status)