| Package | Description |
|---|---|
| com.amazonaws.services.sso |
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
LogoutResult |
AWSSSOClient.logout(LogoutRequest request)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
LogoutResult |
AbstractAWSSSO.logout(LogoutRequest request) |
LogoutResult |
AWSSSO.logout(LogoutRequest logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
Future<LogoutResult> |
AWSSSOAsyncClient.logoutAsync(LogoutRequest request) |
Future<LogoutResult> |
AbstractAWSSSOAsync.logoutAsync(LogoutRequest request) |
Future<LogoutResult> |
AWSSSOAsync.logoutAsync(LogoutRequest logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
Future<LogoutResult> |
AWSSSOAsyncClient.logoutAsync(LogoutRequest request,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler) |
Future<LogoutResult> |
AbstractAWSSSOAsync.logoutAsync(LogoutRequest request,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler) |
Future<LogoutResult> |
AWSSSOAsync.logoutAsync(LogoutRequest logoutRequest,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<LogoutResult> |
AWSSSOAsyncClient.logoutAsync(LogoutRequest request,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler) |
Future<LogoutResult> |
AbstractAWSSSOAsync.logoutAsync(LogoutRequest request,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler) |
Future<LogoutResult> |
AWSSSOAsync.logoutAsync(LogoutRequest logoutRequest,
AsyncHandler<LogoutRequest,LogoutResult> asyncHandler)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
| Modifier and Type | Method and Description |
|---|---|
LogoutRequest |
LogoutRequest.clone() |
LogoutRequest |
LogoutRequest.withAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
Copyright © 2023. All rights reserved.