Details
Description
This task is to provide an easy way to set the TLSClientParameters on the STSClient client object. If you want to configure TLS in code, then the only option is to create the STSClient Object and call "getClient()" and set the TLSClientParameters on the associated HTTPConduit. This works OK for most use-cases, but not for WS-SecureConversation, which configures the STSClient in a specific way, which is tricky to reproduce if you are creating the STSClient manually.
With this fix it'll be possible to call stsClient.setTlsClientParameters(X);