I playing with the definitions.xml in the calculator-ws-secure-webapp
sample. On of the policy sets is:
<!-- WS Security POLICY SETS -->
<sca:policySet name="calc:wsAuthenticationPolicy"
provides="sca:authentication"
appliesTo="sca:service/sca:binding.ws">
<tuscany:wsConfigParam>
<parameter name="InflowSecurity">
<action>
<items>UsernameToken</items>
<passwordCallbackClass>calculator.security.ServerPWCBHandler</passwordCa
llbackClass>
</action>
</parameter>
</tuscany:wsConfigParam>
</sca:policySet>
There is named element Tuscany:wsConfigParam and a parameter name
InflowSecurity. I was wondering where do these come from , obviously
there are others such as OutFlowSecurity. Is there a list of these
somewhere? Can I define my own, so if I want to have a policy to do
foobar I can set up a parameter named foobar?
Mike Sacauskis