赞
踩
我成功地使用spring security来保护我的基于Jersey的API。它具有可插入的身份验证方案,允许您从基本认证切换到其他方式。我一般不使用Spring,只是安全的东西。
这里是从我的web.xml的相关部分
org.springframework.web.context.ContextLoaderListener
contextConfigLocation
/WEB-INF/security-applicationContext.xml,
/WEB-INF/applicationContext.xml
springSecurityFilterChain
org.springframework.web.filter.DelegatingFilterProxy
targetBeanName
springSecurityFilterChain
springSecurityFilterChain
/*
您可以将applicationContext.xml留空(< bean>< / beans>)。可以找到here的security-applicationContext.xml示例
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。