如何在不使用app-Context.xml文件的情况下启用Spring安全注释?
我已经使用 SecurityContextImpl
作为 SecurityContext
实现了我的应用程序。一切都很好(身份验证和授权)。
现在我想使用 Spring Security Annotations (@Secured , ...) ,我在一条评论中搜索结果:“在 context.xml 文件中使用”
是否有其他方法可以使用非基于文件来嵌入安全注释ContextImpls
?
I've implemented my Application using SecurityContextImpl
as SecurityContext
. anything works well (Authentication and Authorization).
Now I want to use Spring Security Annotations (@Secured , ...) , I my searched result in a single comment :"USE in your context.xml file"
is there any other way to embed security annotations using non-file-based ContextImpls
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您需要的配置片段。不知道为什么您不想通过 XML 启用。
Here's the config snippet you need. Not sure why you don't want to enable via XML.