public static final class CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.JwtTokenTypeConfigurationProperty
CfnIndex.JwtTokenTypeConfigurationProperty
CfnIndex.JwtTokenTypeConfigurationProperty.Builder, CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClaimRegex()
The regular expression that identifies the claim.
|
java.lang.String |
getGroupAttributeField()
The group attribute field.
|
java.lang.String |
getIssuer()
The issuer of the token.
|
java.lang.String |
getKeyLocation()
The location of the key.
|
java.lang.String |
getSecretManagerArn()
The Amazon Resource Name (arn) of the secret.
|
java.lang.String |
getUrl()
The signing key URL.
|
java.lang.String |
getUserNameAttributeField()
The user name attribute field.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKeyLocation()
CfnIndex.JwtTokenTypeConfigurationProperty
getKeyLocation
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getClaimRegex()
CfnIndex.JwtTokenTypeConfigurationProperty
getClaimRegex
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getGroupAttributeField()
CfnIndex.JwtTokenTypeConfigurationProperty
getGroupAttributeField
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getIssuer()
CfnIndex.JwtTokenTypeConfigurationProperty
getIssuer
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getSecretManagerArn()
CfnIndex.JwtTokenTypeConfigurationProperty
getSecretManagerArn
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getUrl()
CfnIndex.JwtTokenTypeConfigurationProperty
getUrl
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public final java.lang.String getUserNameAttributeField()
CfnIndex.JwtTokenTypeConfigurationProperty
getUserNameAttributeField
in interface CfnIndex.JwtTokenTypeConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()