Class SSLConfig


  • public class SSLConfig
    extends java.lang.Object
    • Field Detail

      • DEFAULT_CONTROLLER_SSL_ENABLED

        public static final boolean DEFAULT_CONTROLLER_SSL_ENABLED
        See Also:
        Constant Field Values
    • Method Detail

      • getKafkaSSLConfig

        public java.util.Properties getKafkaSSLConfig()
        Returns:
        An instance of Properties for Kafka clients.
      • getSslProperties

        public java.util.Properties getSslProperties()
        Returns:
        An instance of Properties from SSL config.
      • getSSLConfig

        public SSLConfig getSSLConfig()
      • getSslKeyStoreLocation

        public java.lang.String getSslKeyStoreLocation()
      • getSslKeyStorePassword

        public java.lang.String getSslKeyStorePassword()
      • getSslTrustStoreLocation

        public java.lang.String getSslTrustStoreLocation()
      • getSslTrustStorePassword

        public java.lang.String getSslTrustStorePassword()
      • isSslNeedsClientCert

        public boolean isSslNeedsClientCert()
      • isControllerSSLEnabled

        public boolean isControllerSSLEnabled()