Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.OidcJwtUpdateConfiguration.Builder
-
Packages that use OidcJwtUpdateConfiguration.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of OidcJwtUpdateConfiguration.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return OidcJwtUpdateConfiguration.Builder Modifier and Type Method Description static OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration. builder()OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration.Builder. claimAttributePath(String claimAttributePath)The path of the source attribute in the JWT from the trusted token issuer.OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration.Builder. identityStoreAttributePath(String identityStoreAttributePath)The path of the destination attribute in a JWT from IAM Identity Center.OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration.Builder. jwksRetrievalOption(String jwksRetrievalOption)The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration.Builder. jwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type OidcJwtUpdateConfiguration.Builder Modifier and Type Method Description static Class<? extends OidcJwtUpdateConfiguration.Builder>OidcJwtUpdateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type OidcJwtUpdateConfiguration.Builder Modifier and Type Method Description static TrustedTokenIssuerUpdateConfigurationTrustedTokenIssuerUpdateConfiguration. fromOidcJwtConfiguration(Consumer<OidcJwtUpdateConfiguration.Builder> oidcJwtConfiguration)Create an instance of this class withTrustedTokenIssuerUpdateConfiguration.oidcJwtConfiguration()initialized to the given value.default TrustedTokenIssuerUpdateConfiguration.BuilderTrustedTokenIssuerUpdateConfiguration.Builder. oidcJwtConfiguration(Consumer<OidcJwtUpdateConfiguration.Builder> oidcJwtConfiguration)A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
-