[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2016) Add support for visibility attributes on WSDL policy elements

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 9 11:31:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-2016?page=all ]

Thomas Diesler updated JBWS-2016:
---------------------------------

    Fix Version/s: community contributions

> Add support for visibility attributes on WSDL policy elements 
> --------------------------------------------------------------
>
>                 Key: JBWS-2016
>                 URL: http://jira.jboss.com/jira/browse/JBWS-2016
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Heiko Braun
>             Fix For: community contributions
>
>
> I.e. WSSE config (an example taken from Metro, but it applies to our wsse config as well):
> <wsp:Policy wsu:Id="MyServicePortBindingPolicy">
>         <wsp:ExactlyOne>
>             <wsp:All>
>                 <sc:TrustStore wspp:visibility="private" peeralias="testclient" 
>                     storepass="client" type="JKS"
>                     location="D:\full_path_to_my\client_keystore.jks"/>
>                 <sc:CallbackHandlerConfiguration wspp:visibility="private">
>                     <sc:CallbackHandler default="password" name="passwordHandler"/>
>                     <sc:CallbackHandler default="ThisDoesNotMatter" name="usernameHandler"/>
>                 </sc:CallbackHandlerConfiguration>
>             </wsp:All>
>         </wsp:ExactlyOne>
>     </wsp:Policy>
> The key is 'wspp:visibility="private"'

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list