| Package | Description |
|---|---|
| com.amazonaws.services.ssooidc |
IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a native
application) to register with IAM Identity Center.
|
| com.amazonaws.services.ssooidc.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterClientResult> |
AbstractAWSSSOOIDCAsync.registerClientAsync(RegisterClientRequest request,
AsyncHandler<RegisterClientRequest,RegisterClientResult> asyncHandler) |
Future<RegisterClientResult> |
AWSSSOOIDCAsync.registerClientAsync(RegisterClientRequest registerClientRequest,
AsyncHandler<RegisterClientRequest,RegisterClientResult> asyncHandler)
Registers a client with IAM Identity Center.
|
Future<RegisterClientResult> |
AWSSSOOIDCAsyncClient.registerClientAsync(RegisterClientRequest request,
AsyncHandler<RegisterClientRequest,RegisterClientResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RegisterClientRequest |
RegisterClientRequest.clone() |
RegisterClientRequest |
RegisterClientRequest.withClientName(String clientName)
The friendly name of the client.
|
RegisterClientRequest |
RegisterClientRequest.withClientType(String clientType)
The type of client.
|
RegisterClientRequest |
RegisterClientRequest.withEntitledApplicationArn(String entitledApplicationArn)
This IAM Identity Center application ARN is used to define administrator-managed configuration for public client
access to resources.
|
RegisterClientRequest |
RegisterClientRequest.withGrantTypes(Collection<String> grantTypes)
The list of OAuth 2.0 grant types that are defined by the client.
|
RegisterClientRequest |
RegisterClientRequest.withGrantTypes(String... grantTypes)
The list of OAuth 2.0 grant types that are defined by the client.
|
RegisterClientRequest |
RegisterClientRequest.withIssuerUrl(String issuerUrl)
The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center.
|
RegisterClientRequest |
RegisterClientRequest.withRedirectUris(Collection<String> redirectUris)
The list of redirect URI that are defined by the client.
|
RegisterClientRequest |
RegisterClientRequest.withRedirectUris(String... redirectUris)
The list of redirect URI that are defined by the client.
|
RegisterClientRequest |
RegisterClientRequest.withScopes(Collection<String> scopes)
The list of scopes that are defined by the client.
|
RegisterClientRequest |
RegisterClientRequest.withScopes(String... scopes)
The list of scopes that are defined by the client.
|
Copyright © 2025. All rights reserved.