Modified: cxf/branches/2.5.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/username_onbehalfof/cxf-service.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/username_onbehalfof/cxf-service.xml?rev=1421395&r1=1421394&r2=1421395&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/username_onbehalfof/cxf-service.xml (original) +++ cxf/branches/2.5.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/username_onbehalfof/cxf-service.xml Thu Dec 13 17:27:30 2012 @@ -60,5 +60,89 @@ </jaxws:properties> </jaxws:endpoint> + <jaxws:endpoint id="doubleitasymmetricsaml2bearer2" + implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl" + endpointName="s:DoubleItOBOAsymmetricSAML2BearerPort2" + serviceName="s:DoubleItService" + address="http://localhost:${testutil.ports.Server}/doubleit/services/doubleitasymmetricsaml2bearerobo2" + wsdlLocation="org/apache/cxf/systest/sts/username_onbehalfof/DoubleIt.wsdl" + xmlns:s="http://www.example.org/contract/DoubleIt"> + + <jaxws:properties> + <entry key="ws-security.signature.username" value="myservicekey"/> + <entry key="ws-security.callback-handler" + value="org.apache.cxf.systest.sts.common.CommonCallbackHandler"/> + <entry key="ws-security.signature.properties" value="serviceKeystore.properties"/> + <entry key="ws-security.encryption.properties" value="clientKeystore.properties"/> + <entry key="ws-security.saml2.validator"> + <bean class="org.apache.cxf.systest.sts.intermediary_transformation.OnBehalfOfValidator"/> + </entry> + <entry key="ws-security.is-bsp-compliant" value="false"/> + </jaxws:properties> + </jaxws:endpoint> + + <jaxws:endpoint id="doubleitasymmetricsaml2bearer3" + implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl" + endpointName="s:DoubleItOBOAsymmetricSAML2BearerPort3" + serviceName="s:DoubleItService" + address="http://localhost:${testutil.ports.Server}/doubleit/services/doubleitasymmetricsaml2bearerobo3" + wsdlLocation="org/apache/cxf/systest/sts/username_onbehalfof/DoubleIt.wsdl" + xmlns:s="http://www.example.org/contract/DoubleIt"> + + <jaxws:properties> + <entry key="ws-security.signature.username" value="myservicekey"/> + <entry key="ws-security.callback-handler" + value="org.apache.cxf.systest.sts.common.CommonCallbackHandler"/> + <entry key="ws-security.signature.properties" value="serviceKeystore.properties"/> + <entry key="ws-security.encryption.properties" value="clientKeystore.properties"/> + <entry key="ws-security.saml2.validator"> + <bean class="org.apache.cxf.systest.sts.intermediary_transformation.OnBehalfOfValidator"/> + </entry> + <entry key="ws-security.is-bsp-compliant" value="false"/> + </jaxws:properties> + </jaxws:endpoint> + + <jaxws:endpoint id="doubleitasymmetricsaml2bearer4" + implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl" + endpointName="s:DoubleItOBOAsymmetricSAML2BearerPort4" + serviceName="s:DoubleItService" + address="http://localhost:${testutil.ports.Server}/doubleit/services/doubleitasymmetricsaml2bearerobo4" + wsdlLocation="org/apache/cxf/systest/sts/username_onbehalfof/DoubleIt.wsdl" + xmlns:s="http://www.example.org/contract/DoubleIt"> + + <jaxws:properties> + <entry key="ws-security.signature.username" value="myservicekey"/> + <entry key="ws-security.callback-handler" + value="org.apache.cxf.systest.sts.common.CommonCallbackHandler"/> + <entry key="ws-security.signature.properties" value="serviceKeystore.properties"/> + <entry key="ws-security.encryption.properties" value="clientKeystore.properties"/> + <entry key="ws-security.saml2.validator"> + <bean class="org.apache.cxf.systest.sts.intermediary_transformation.OnBehalfOfValidator"/> + </entry> + <entry key="ws-security.is-bsp-compliant" value="false"/> + </jaxws:properties> + </jaxws:endpoint> + + <jaxws:endpoint id="doubleitasymmetricsaml2bearer5" + implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl" + endpointName="s:DoubleItOBOAsymmetricSAML2BearerPort5" + serviceName="s:DoubleItService" + address="http://localhost:${testutil.ports.Server}/doubleit/services/doubleitasymmetricsaml2bearerobo5" + wsdlLocation="org/apache/cxf/systest/sts/username_onbehalfof/DoubleIt.wsdl" + xmlns:s="http://www.example.org/contract/DoubleIt"> + + <jaxws:properties> + <entry key="ws-security.signature.username" value="myservicekey"/> + <entry key="ws-security.callback-handler" + value="org.apache.cxf.systest.sts.common.CommonCallbackHandler"/> + <entry key="ws-security.signature.properties" value="serviceKeystore.properties"/> + <entry key="ws-security.encryption.properties" value="clientKeystore.properties"/> + <entry key="ws-security.saml2.validator"> + <bean class="org.apache.cxf.systest.sts.intermediary_transformation.OnBehalfOfValidator"/> + </entry> + <entry key="ws-security.is-bsp-compliant" value="false"/> + </jaxws:properties> + </jaxws:endpoint> + </beans>
