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

Heiko Braun (JIRA) jira-events at lists.jboss.org
Wed Feb 27 09:51:42 EST 2008


Add support for visibility atributes 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)
            Reporter: Heiko Braun
             Fix For:  jbossws-native-2.0.5


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