Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2016

Add support for visibility attributes on WSDL policy elements

XMLWordPrintable

      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"'

              Unassigned Unassigned
              rhn-support-hbraun Heiko Braun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: