@Generated public class MtlsConfig extends Object
At materialization time, the generated PySpark code passes the JKS file paths and resolved passwords through to the Kafka SSL options (kafka.ssl.keystore.location, kafka.ssl.keystore.password, kafka.ssl.key.password, kafka.ssl.truststore.location, kafka.ssl.truststore.password). Passwords are resolved on the Spark cluster via dbutils.secrets.get; this message stores only references, never password values.
| Constructor and Description |
|---|
MtlsConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getDisableHostnameVerification() |
SecretScopeReference |
getKeyPasswordRef() |
String |
getKeystoreLocation() |
SecretScopeReference |
getKeystorePasswordRef() |
String |
getTruststoreLocation() |
SecretScopeReference |
getTruststorePasswordRef() |
int |
hashCode() |
MtlsConfig |
setDisableHostnameVerification(Boolean disableHostnameVerification) |
MtlsConfig |
setKeyPasswordRef(SecretScopeReference keyPasswordRef) |
MtlsConfig |
setKeystoreLocation(String keystoreLocation) |
MtlsConfig |
setKeystorePasswordRef(SecretScopeReference keystorePasswordRef) |
MtlsConfig |
setTruststoreLocation(String truststoreLocation) |
MtlsConfig |
setTruststorePasswordRef(SecretScopeReference truststorePasswordRef) |
String |
toString() |
public MtlsConfig setDisableHostnameVerification(Boolean disableHostnameVerification)
public Boolean getDisableHostnameVerification()
public MtlsConfig setKeyPasswordRef(SecretScopeReference keyPasswordRef)
public SecretScopeReference getKeyPasswordRef()
public MtlsConfig setKeystoreLocation(String keystoreLocation)
public String getKeystoreLocation()
public MtlsConfig setKeystorePasswordRef(SecretScopeReference keystorePasswordRef)
public SecretScopeReference getKeystorePasswordRef()
public MtlsConfig setTruststoreLocation(String truststoreLocation)
public String getTruststoreLocation()
public MtlsConfig setTruststorePasswordRef(SecretScopeReference truststorePasswordRef)
public SecretScopeReference getTruststorePasswordRef()
Copyright © 2026. All rights reserved.