在 grails 之外使用 grails 安全模型 (acegi)
我有一个现有的 grails 应用程序,它是使用旧的 acegi 安全插件开发的。我想开发使用相同安全模型的其他应用程序(非 grails)。我有两个问题:
我可以使用Spring Security项目来实现这个?
您能否提供一个示例来说明我如何进行身份验证?
此外,我所说的“安全模型”实际上是指具有用户和角色的现有数据库。
I have an existing grails application that was developed using the older acegi security plugin. I would like to develop additional applications (non-grails) that uses the same security model. I have two questions:
Can I use the Spring Security project to achieve this?
Can you provide an example of how I would authenticate?
Also, by 'security model' I really mean the existing database that has the users and roles.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的!旧的acegi插件是关于spring security 2.x的(新插件是spring security 3.x)。因此,请务必下载正确的 jar
或代码,并确保用于配置的 xml 配置与您的数据库架构相匹配,例如:
更多信息位于 http://java.dzone.com/tips/pathway-acegi-spring-security-
Yes! the old acegi plugin is about spring security 2.x (new plugin is spring security 3.x). So be sure to download the right jar
as or code, be sure that your xml config for configuring match your database schema, for instance:
more info at http://java.dzone.com/tips/pathway-acegi-spring-security-