| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedTokenIssuer |
AuthorizedTokenIssuer.clone() |
AuthorizedTokenIssuer |
AuthorizedTokenIssuer.withAuthorizedAudiences(Collection<String> authorizedAudiences)
An array list of authorized audiences, or applications, that can consume the tokens generated by the associated
trusted token issuer.
|
AuthorizedTokenIssuer |
AuthorizedTokenIssuer.withAuthorizedAudiences(String... authorizedAudiences)
An array list of authorized audiences, or applications, that can consume the tokens generated by the associated
trusted token issuer.
|
AuthorizedTokenIssuer |
AuthorizedTokenIssuer.withTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN of the trusted token issuer.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedTokenIssuer> |
JwtBearerGrant.getAuthorizedTokenIssuers()
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
| Modifier and Type | Method and Description |
|---|---|
JwtBearerGrant |
JwtBearerGrant.withAuthorizedTokenIssuers(AuthorizedTokenIssuer... authorizedTokenIssuers)
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JwtBearerGrant.setAuthorizedTokenIssuers(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
JwtBearerGrant |
JwtBearerGrant.withAuthorizedTokenIssuers(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)
A list of allowed token issuers trusted by the Identity Center instances for this application.
|
Copyright © 2025. All rights reserved.