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 interface
OidcJwtUpdateConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OidcJwtUpdateConfiguration.Builder
builder()
String
claimAttributePath()
The path of the source attribute in the JWT from the trusted token issuer.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
identityStoreAttributePath()
The path of the destination attribute in a JWT from IAM Identity Center.JwksRetrievalOption
jwksRetrievalOption()
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.String
jwksRetrievalOptionAsString()
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 OidcJwtUpdateConfiguration.Builder>
serializableBuilderClass()
OidcJwtUpdateConfiguration.Builder
toBuilder()
String
toString()
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
IdentityStoreAttributePath
when 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
IdentityStoreAttributePath
when 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
ClaimAttributePath
when 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
ClaimAttributePath
when 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,
jwksRetrievalOption
will 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,
jwksRetrievalOption
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-