Hi all, I'd like to secure a cxfbean resource using Spring Security and SS authorization annotations. To do so, it appears that it will require adding an interceptor to the CXF endpoint as an element of a bus.
So far, I have been trying to do everything in blueprint. But it doesn't appear that there's a good way to define a bus in blueprint. Bus appears to be new in 2.9, is this an implementation detail that hasn't made it in yet or am I missing some subtlety on how to put this together? It may also be that I need to use the "cxf:bean:" endpoint (which does have the ability to configure a bus), but I haven't been able to discern that JAX-RS is supported by the cxf endpoint yet. Any thoughts appreciated! Brian