| Modifier and Type | Method and Description |
|---|---|
default ClientAuthentication |
ClusterProps.getClientAuthentication()
(experimental) Configuration properties for client authentication.
|
ClientAuthentication |
ClusterProps.Jsii$Proxy.getClientAuthentication() |
static ClientAuthentication |
ClientAuthentication.sasl(SaslAuthProps props)
(experimental) SASL authentication.
|
static ClientAuthentication |
ClientAuthentication.tls(TlsAuthProps props)
(experimental) TLS authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clientAuthentication(ClientAuthentication clientAuthentication)
(experimental) Configuration properties for client authentication.
|
ClusterProps.Builder |
ClusterProps.Builder.clientAuthentication(ClientAuthentication clientAuthentication)
Sets the value of
ClusterProps.getClientAuthentication() |
Copyright © 2022. All rights reserved.