Class OidcJwtUpdateConfiguration

    • 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.
      • 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 return JwksRetrievalOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jwksRetrievalOptionAsString().

        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
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)