Re: Definining interceptors in camel-cxf

2009-01-19 Thread Pawel Jasinski
Hi, here is a snipped from the camel-context where wss4j is defined as interceptor: http://localhost:9001/SoapContext/SoapPort/consumer"; wsdlURL="wsdl/consumer/consumer.wsdl" serviceClass="org.example.consumer.Consumer" endpointName="s:consumerSOAP" serviceName="s:consumer"

Re: Is security support planned (JAAS, ACEGI, ...)

2009-03-26 Thread Pawel Jasinski
hi, i have put together a simple consumer, camel (acting as intermediary) and provider. CXF+WSS4J provide the basis. Identity is delivered with SAML and extracted into exchange (available to camel components). On the todo list, is to put together authorization based on PERMIS. In principle: servic