Hello,
I'd like to secure a CXF Restful Web Service with Apache Shiro.
Is there a CXF interceptor or filter that can be used?
I am using core Spring so i have something like this in my
applicationContext
<bean id="serviceImpl"
class="com.blacar.apps.spike.spring.restAndShiro.ServiceImpl" />
<jaxrs:server id="greenstarJaxrsService"
address="http://localhost:6066/services">
<jaxrs:serviceBeans>
<ref bean="serviceImpl" />
</jaxrs:serviceBeans>
</jaxrs:server>
So: no war, no web.xml, no applicationserver (but embedded jetty), no MVC
What would be the best way to proceed?
Thanks in advance,
Rafael.
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-Restful-Web-Service-with-Apache-Shiro-tp5737956.html
Sent from the cxf-user mailing list archive at Nabble.com.