[
https://issues.apache.org/jira/browse/CXF-7665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated CXF-7665:
-------------------------------------
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);
was: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.
> Provide an easy way to set the TLSClientParameters on the STSClient client
> object
> ---------------------------------------------------------------------------------
>
> Key: CXF-7665
> URL: https://issues.apache.org/jira/browse/CXF-7665
> Project: CXF
> Issue Type: Improvement
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Priority: Major
> Fix For: 3.1.15, 3.2.3
>
>
> 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);
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)