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