enableTlsForConfigurationService

open fun enableTlsForConfigurationService(enable: Boolean): STWConfiguration.Builder

Sets whether the TLS is enabled or not for the configuration service. Default is false.

Return

Builder This Builder object to allow for chaining of calls to set methods.

Parameters

enable

boolean true to enable TLS for the configuration service, false otherwise.