Class CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty
An implementation for
CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty
CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Builder, CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe audience values accepted during JWT validation.The client identifiers accepted during JWT validation.The scopes accepted during JWT validation.final ObjectAdditional custom claim validations applied to the inbound JWT.final StringThe OpenID Connect discovery URL used to retrieve the identity provider's metadata and signing keys.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty.Builder.
-
-
Method Details
-
getAllowedAudience
Description copied from interface:CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationPropertyThe audience values accepted during JWT validation.- Specified by:
getAllowedAudiencein interfaceCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty- See Also:
-
getAllowedClients
Description copied from interface:CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationPropertyThe client identifiers accepted during JWT validation.- Specified by:
getAllowedClientsin interfaceCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty- See Also:
-
getAllowedScopes
Description copied from interface:CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationPropertyThe scopes accepted during JWT validation.- Specified by:
getAllowedScopesin interfaceCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty- See Also:
-
getCustomClaims
Description copied from interface:CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationPropertyAdditional custom claim validations applied to the inbound JWT.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRegistryPropsMixin.CustomClaimValidationTypeProperty>- Specified by:
getCustomClaimsin interfaceCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty- See Also:
-
getDiscoveryUrl
Description copied from interface:CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationPropertyThe OpenID Connect discovery URL used to retrieve the identity provider's metadata and signing keys.- Specified by:
getDiscoveryUrlin interfaceCfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-