You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrei Shakirin (JIRA)" <ji...@apache.org> on 2012/10/21 11:56:11 UTC

[jira] [Created] (CXF-4590) STSUtils: DRY refactoring and support Soap12 via property

Andrei Shakirin created CXF-4590:
------------------------------------

             Summary: STSUtils: DRY refactoring and support Soap12 via property
                 Key: CXF-4590
                 URL: https://issues.apache.org/jira/browse/CXF-4590
             Project: CXF
          Issue Type: Improvement
            Reporter: Andrei Shakirin
            Priority: Minor


Hi,

Actually if STSClient uses direct location (not a WSDL) to communicate with STS, it is not very easy to switch binding to SOAP 1.2. Only the way is create STSClient in own interceptor, set the binding and put client in message property SecurityConstants.STS_CLIENT.
Proposal: introduce boolean contextual message property to switch STSClient to SOAP 1.2 binding (ws-security.sts.client-soap12-binding).
Additionally patch contains small DRY refactoring for STSUtils.getClient() methods.

Regards,
Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4590) STSUtils: DRY refactoring and support Soap12 via property

Posted by "Andrei Shakirin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Shakirin updated CXF-4590:
---------------------------------

    Attachment: STSSoap12.patch

Patch for STSUtils
                
> STSUtils: DRY refactoring and support Soap12 via property
> ---------------------------------------------------------
>
>                 Key: CXF-4590
>                 URL: https://issues.apache.org/jira/browse/CXF-4590
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Andrei Shakirin
>            Priority: Minor
>         Attachments: STSSoap12.patch
>
>
> Hi,
> Actually if STSClient uses direct location (not a WSDL) to communicate with STS, it is not very easy to switch binding to SOAP 1.2. Only the way is create STSClient in own interceptor, set the binding and put client in message property SecurityConstants.STS_CLIENT.
> Proposal: introduce boolean contextual message property to switch STSClient to SOAP 1.2 binding (ws-security.sts.client-soap12-binding).
> Additionally patch contains small DRY refactoring for STSUtils.getClient() methods.
> Regards,
> Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4590) STSUtils: DRY refactoring and support Soap12 via property

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated CXF-4590:
-------------------------------------

    Affects Version/s: 2.5.6
                       2.6.3
                       2.7.0
        Fix Version/s: 2.7.1
                       2.6.4
                       2.5.7
    
> STSUtils: DRY refactoring and support Soap12 via property
> ---------------------------------------------------------
>
>                 Key: CXF-4590
>                 URL: https://issues.apache.org/jira/browse/CXF-4590
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Andrei Shakirin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>         Attachments: STSSoap12.patch
>
>
> Hi,
> Actually if STSClient uses direct location (not a WSDL) to communicate with STS, it is not very easy to switch binding to SOAP 1.2. Only the way is create STSClient in own interceptor, set the binding and put client in message property SecurityConstants.STS_CLIENT.
> Proposal: introduce boolean contextual message property to switch STSClient to SOAP 1.2 binding (ws-security.sts.client-soap12-binding).
> Additionally patch contains small DRY refactoring for STSUtils.getClient() methods.
> Regards,
> Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CXF-4590) STSUtils: DRY refactoring and support Soap12 via property

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved CXF-4590.
--------------------------------------

    Resolution: Fixed
    
> STSUtils: DRY refactoring and support Soap12 via property
> ---------------------------------------------------------
>
>                 Key: CXF-4590
>                 URL: https://issues.apache.org/jira/browse/CXF-4590
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Andrei Shakirin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>         Attachments: STSSoap12.patch
>
>
> Hi,
> Actually if STSClient uses direct location (not a WSDL) to communicate with STS, it is not very easy to switch binding to SOAP 1.2. Only the way is create STSClient in own interceptor, set the binding and put client in message property SecurityConstants.STS_CLIENT.
> Proposal: introduce boolean contextual message property to switch STSClient to SOAP 1.2 binding (ws-security.sts.client-soap12-binding).
> Additionally patch contains small DRY refactoring for STSUtils.getClient() methods.
> Regards,
> Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CXF-4590) STSUtils: DRY refactoring and support Soap12 via property

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh reassigned CXF-4590:
----------------------------------------

    Assignee: Colm O hEigeartaigh
    
> STSUtils: DRY refactoring and support Soap12 via property
> ---------------------------------------------------------
>
>                 Key: CXF-4590
>                 URL: https://issues.apache.org/jira/browse/CXF-4590
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Andrei Shakirin
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>         Attachments: STSSoap12.patch
>
>
> Hi,
> Actually if STSClient uses direct location (not a WSDL) to communicate with STS, it is not very easy to switch binding to SOAP 1.2. Only the way is create STSClient in own interceptor, set the binding and put client in message property SecurityConstants.STS_CLIENT.
> Proposal: introduce boolean contextual message property to switch STSClient to SOAP 1.2 binding (ws-security.sts.client-soap12-binding).
> Additionally patch contains small DRY refactoring for STSUtils.getClient() methods.
> Regards,
> Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira