You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/10/20 17:19:00 UTC

[jira] Created: (CXF-2484) STSClient should allow configuring of interceptors

STSClient should allow configuring of interceptors
--------------------------------------------------

                 Key: CXF-2484
                 URL: https://issues.apache.org/jira/browse/CXF-2484
             Project: CXF
          Issue Type: Improvement
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.2.5



The STSClient should allow configuring of the Logging interceptors (and other interceptors) to allow custom processing of just the STS related messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2484) STSClient should allow configuring of interceptors

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

Daniel Kulp resolved CXF-2484.
------------------------------

    Resolution: Fixed

> STSClient should allow configuring of interceptors
> --------------------------------------------------
>
>                 Key: CXF-2484
>                 URL: https://issues.apache.org/jira/browse/CXF-2484
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.2.5
>
>
> The STSClient should allow configuring of the Logging interceptors (and other interceptors) to allow custom processing of just the STS related messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2484) STSClient should allow configuring of interceptors

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770028#action_12770028 ] 

Daniel Kulp commented on CXF-2484:
----------------------------------


Something like:

<bean class="org.apache.cxf.ws.security.trust.STSClient">
     <constructor-arg ref="cxf"/>
     <property name="wsdlLocation" value="target/wsdl2/trust.wsdl"/>
 ....
     <property name="features">
          <list>
              <cxf:logging>
          </list>
     </property>
</bean>

Should do it.

> STSClient should allow configuring of interceptors
> --------------------------------------------------
>
>                 Key: CXF-2484
>                 URL: https://issues.apache.org/jira/browse/CXF-2484
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.2.5
>
>
> The STSClient should allow configuring of the Logging interceptors (and other interceptors) to allow custom processing of just the STS related messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2484) STSClient should allow configuring of interceptors

Posted by "Oliver Wulff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770026#action_12770026 ] 

Oliver Wulff commented on CXF-2484:
-----------------------------------

How do I have to configure the logging interceptor?

> STSClient should allow configuring of interceptors
> --------------------------------------------------
>
>                 Key: CXF-2484
>                 URL: https://issues.apache.org/jira/browse/CXF-2484
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.2.5
>
>
> The STSClient should allow configuring of the Logging interceptors (and other interceptors) to allow custom processing of just the STS related messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.