Integrating Token based security into existing Spring Security web application
问题 I am designing a RESTful web services that needs to be accessed by user after proper authentication. I have already developed Security for my application using Spring Security 3.0. Now I want to integrate TokenBasedAuthentication. But I stuck here for how do i do this. My ApplicationContextSecurity.xml: <global-method-security pre-post-annotations="enabled"> </global-method-security> <beans:bean id="myAccessDecisionManager" class="com.app.security.MyAccessDecisionManager"> </beans:bean> <http