[
http://jira.jboss.com/jira/browse/JBWS-2016?page=all ]
Heiko Braun updated JBWS-2016:
------------------------------
Summary: Add support for visibility attributes on WSDL policy elements (was: Add
support for visibility atributes on WSDL policy elements )
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)
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