public static interface JwtTokenTypeConfiguration.Builder extends SdkPojo, CopyableBuilder<JwtTokenTypeConfiguration.Builder,JwtTokenTypeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
JwtTokenTypeConfiguration.Builder |
claimRegex(String claimRegex)
The regular expression that identifies the claim.
|
JwtTokenTypeConfiguration.Builder |
groupAttributeField(String groupAttributeField)
The group attribute field.
|
JwtTokenTypeConfiguration.Builder |
issuer(String issuer)
The issuer of the token.
|
JwtTokenTypeConfiguration.Builder |
keyLocation(KeyLocation keyLocation)
The location of the key.
|
JwtTokenTypeConfiguration.Builder |
keyLocation(String keyLocation)
The location of the key.
|
JwtTokenTypeConfiguration.Builder |
secretManagerArn(String secretManagerArn)
The Amazon Resource Name (arn) of the secret.
|
JwtTokenTypeConfiguration.Builder |
url(String url)
The signing key URL.
|
JwtTokenTypeConfiguration.Builder |
userNameAttributeField(String userNameAttributeField)
The user name attribute field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJwtTokenTypeConfiguration.Builder keyLocation(String keyLocation)
The location of the key.
keyLocation - The location of the key.KeyLocation,
KeyLocationJwtTokenTypeConfiguration.Builder keyLocation(KeyLocation keyLocation)
The location of the key.
keyLocation - The location of the key.KeyLocation,
KeyLocationJwtTokenTypeConfiguration.Builder url(String url)
The signing key URL.
url - The signing key URL.JwtTokenTypeConfiguration.Builder secretManagerArn(String secretManagerArn)
The Amazon Resource Name (arn) of the secret.
secretManagerArn - The Amazon Resource Name (arn) of the secret.JwtTokenTypeConfiguration.Builder userNameAttributeField(String userNameAttributeField)
The user name attribute field.
userNameAttributeField - The user name attribute field.JwtTokenTypeConfiguration.Builder groupAttributeField(String groupAttributeField)
The group attribute field.
groupAttributeField - The group attribute field.JwtTokenTypeConfiguration.Builder issuer(String issuer)
The issuer of the token.
issuer - The issuer of the token.JwtTokenTypeConfiguration.Builder claimRegex(String claimRegex)
The regular expression that identifies the claim.
claimRegex - The regular expression that identifies the claim.Copyright © 2021. All rights reserved.