Class JwtTokenTypeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.JwtTokenTypeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JwtTokenTypeConfiguration.Builder,JwtTokenTypeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class JwtTokenTypeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JwtTokenTypeConfiguration.Builder,JwtTokenTypeConfiguration>
Provides the configuration information for the JWT token type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJwtTokenTypeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JwtTokenTypeConfiguration.Builderbuilder()StringclaimRegex()The regular expression that identifies the claim.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupAttributeField()The group attribute field.inthashCode()Stringissuer()The issuer of the token.KeyLocationkeyLocation()The location of the key.StringkeyLocationAsString()The location of the key.List<SdkField<?>>sdkFields()StringsecretManagerArn()The Amazon Resource Name (arn) of the secret.static Class<? extends JwtTokenTypeConfiguration.Builder>serializableBuilderClass()JwtTokenTypeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The signing key URL.StringuserNameAttributeField()The user name attribute field.-
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
-
keyLocation
public final KeyLocation keyLocation()
The location of the key.
If the service returns an enum value that is not available in the current SDK version,
keyLocationwill returnKeyLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyLocationAsString().- Returns:
- The location of the key.
- See Also:
KeyLocation
-
keyLocationAsString
public final String keyLocationAsString()
The location of the key.
If the service returns an enum value that is not available in the current SDK version,
keyLocationwill returnKeyLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyLocationAsString().- Returns:
- The location of the key.
- See Also:
KeyLocation
-
url
public final String url()
The signing key URL.
- Returns:
- The signing key URL.
-
secretManagerArn
public final String secretManagerArn()
The Amazon Resource Name (arn) of the secret.
- Returns:
- The Amazon Resource Name (arn) of the secret.
-
userNameAttributeField
public final String userNameAttributeField()
The user name attribute field.
- Returns:
- The user name attribute field.
-
groupAttributeField
public final String groupAttributeField()
The group attribute field.
- Returns:
- The group attribute field.
-
issuer
public final String issuer()
The issuer of the token.
- Returns:
- The issuer of the token.
-
claimRegex
public final String claimRegex()
The regular expression that identifies the claim.
- Returns:
- The regular expression that identifies the claim.
-
toBuilder
public JwtTokenTypeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JwtTokenTypeConfiguration.Builder,JwtTokenTypeConfiguration>
-
builder
public static JwtTokenTypeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends JwtTokenTypeConfiguration.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.
-
-