Class OidcJwtUpdateConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.OidcJwtUpdateConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OidcJwtUpdateConfiguration.Builder,OidcJwtUpdateConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OidcJwtUpdateConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OidcJwtUpdateConfiguration.Builder,OidcJwtUpdateConfiguration>
A structure that describes updated configuration settings for a trusted token issuer that supports OpenID Connect (OIDC) and JSON Web Tokens (JWTs).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOidcJwtUpdateConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OidcJwtUpdateConfiguration.Builderbuilder()StringclaimAttributePath()The path of the source attribute in the JWT from the trusted token issuer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityStoreAttributePath()The path of the destination attribute in a JWT from IAM Identity Center.JwksRetrievalOptionjwksRetrievalOption()The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.StringjwksRetrievalOptionAsString()The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OidcJwtUpdateConfiguration.Builder>serializableBuilderClass()OidcJwtUpdateConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
claimAttributePath
public final String claimAttributePath()
The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by
IdentityStoreAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Returns:
- The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this
JMESPath expression is compared against the attribute mapped by
IdentityStoreAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.
-
identityStoreAttributePath
public final String identityStoreAttributePath()
The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by
ClaimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Returns:
- The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this
JMESPath expression is compared against the attribute mapped by
ClaimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.
-
jwksRetrievalOption
public final JwksRetrievalOption jwksRetrievalOption()
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
If the service returns an enum value that is not available in the current SDK version,
jwksRetrievalOptionwill returnJwksRetrievalOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjwksRetrievalOptionAsString().- Returns:
- The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
- See Also:
JwksRetrievalOption
-
jwksRetrievalOptionAsString
public final String jwksRetrievalOptionAsString()
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
If the service returns an enum value that is not available in the current SDK version,
jwksRetrievalOptionwill returnJwksRetrievalOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjwksRetrievalOptionAsString().- Returns:
- The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
- See Also:
JwksRetrievalOption
-
toBuilder
public OidcJwtUpdateConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OidcJwtUpdateConfiguration.Builder,OidcJwtUpdateConfiguration>
-
builder
public static OidcJwtUpdateConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OidcJwtUpdateConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-