Class OidcJwtConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.OidcJwtConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OidcJwtConfiguration.Builder,OidcJwtConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OidcJwtConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OidcJwtConfiguration.Builder,OidcJwtConfiguration>
A structure that describes 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 interfaceOidcJwtConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OidcJwtConfiguration.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.StringissuerUrl()The URL that IAM Identity Center uses for OpenID Discovery.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.List<SdkField<?>>sdkFields()static Class<? extends OidcJwtConfiguration.Builder>serializableBuilderClass()OidcJwtConfiguration.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.
-
issuerUrl
public final String issuerUrl()
The URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.
- Returns:
- The URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.
-
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 OidcJwtConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OidcJwtConfiguration.Builder,OidcJwtConfiguration>
-
builder
public static OidcJwtConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OidcJwtConfiguration.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.
-
-