enable Tls For Configuration Service
open fun enableTlsForConfigurationService(enable: Boolean): STWConfiguration.Builder
Content copied to clipboard
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.