Class CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty
An implementation for
CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty-
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.services.msk.CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty
CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder, CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.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 booleanfinal ObjectDetails for SASL/OAUTHBEARER using the standard client_credentials grant.final ObjectDetails for SASL/OAUTHBEARER using the client credentials grant with a JWT client assertion (RFC 7521/7523 Section 2.2).final ObjectDetails for SASL/OAUTHBEARER using the JWT Bearer assertion grant (RFC 7523).final StringgetScope()OAuth scope to request.final StringHow client credentials are sent to the identity provider's token endpoint.final StringSecrets Manager ARN containing a custom CA certificate for the identity provider.final StringThe HTTPS URL of the OAuth token endpoint that vends OAuth Bearer tokens per RFC 6749.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(CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder.
-
-
Method Details
-
getTokenEndpointAuthenticationMethod
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyHow client credentials are sent to the identity provider's token endpoint.- Specified by:
getTokenEndpointAuthenticationMethodin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getTokenEndpointUrl
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyThe HTTPS URL of the OAuth token endpoint that vends OAuth Bearer tokens per RFC 6749.- Specified by:
getTokenEndpointUrlin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getClientCredentials
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the standard client_credentials grant.The referenced secret must contain client_id and client_secret.
Returns union: either
IResolvableorCfnReplicator.KafkaClusterOAuthClientCredentialsProperty- Specified by:
getClientCredentialsin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getClientCredentialsAssertion
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the client credentials grant with a JWT client assertion (RFC 7521/7523 Section 2.2). An STS-vended JWT is used as the client_assertion.Returns union: either
IResolvableorCfnReplicator.KafkaClusterOAuthClientCredentialsAssertionProperty- Specified by:
getClientCredentialsAssertionin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getIamJwtBearer
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the JWT Bearer assertion grant (RFC 7523).An STS-vended JWT is used as the assertion.
Returns union: either
IResolvableorCfnReplicator.KafkaClusterOAuthIamJwtBearerProperty- Specified by:
getIamJwtBearerin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getScope
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertyOAuth scope to request.Included in the token request if provided.
- Specified by:
getScopein interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getTokenEndpointTlsCertificateArn
Description copied from interface:CfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationPropertySecrets Manager ARN containing a custom CA certificate for the identity provider.Required only if the identity provider uses a private CA.
- Specified by:
getTokenEndpointTlsCertificateArnin interfaceCfnReplicator.KafkaClusterSaslOAuthBearerAuthenticationProperty- 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()
-