Spring.NET 安全框架
为了更多地了解Spring.NET,我购买了《Spring in Action》这本书,这是关于该框架的Java版本的。
我注意到这本书讨论了 Spring.Security 以及如何使用框架的这一部分来管理安全/登录等。
当我阅读时,我对安全框架的功能感到非常兴奋,但我很快注意到,Spring 的这一部分并没有移植到 .NET?是否有任何替代品/端口可以像 Acegi 一样使用?
In order to learn more about Spring.NET, I bought the book "Spring in Action", which is about the Java version of the framework.
I noticed that the book talks about Spring.Security and how one can manage security/login etc. using this part of the framework.
As I read along, I got quite excited about the features of the security framework, however I soon noticed, that this part of Spring was not ported to .NET? Are there any alternatives / ports which can be used in a similiar way as Acegi?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题已经出现过几次了,所以肯定有人感兴趣。 sourceforge 上的一个旧项目通过 Microsoft 的 Java 语言转换辅助工具(JLCA)进行了自动翻译,然后进行了一些润色以使其正常工作(我猜)。我最近根据客户的请求查看了该代码,但由于这种自动化方法,我不太喜欢它,而且由于 Spring Security 3.0 已经进行了很大的重构,以避免循环依赖并提供更好的内部模块化,我会重新启动再次基于 Spring Security 3.0 代码库的移植工作。有一个很好的博客解释了 Spring 3.0 的结构。请参阅http://blog.springsource.com/2009/ 06/03/spring-security-300m1-released/
长话短说,据我所知,现在没有其他选择,但我非常有兴趣为启动 Spring 扩展项目 www.springsource 做出一些贡献。 org/extensions 来移植它。如果您有兴趣,请与我联系,[电子邮件受保护]!
干杯,
标记
This has come up a couple of times so there certainly is interest. An old project on sourceforge did an automated translation via Microsoft's Java language conversion assistant tool (JLCA) and then some polish to get it too work (I guess). I've recently looked though that code on the request of a client and didn't really like it because of that automated approach, also since Spring Security 3.0 has been greatly refactored to avoid circular dependencies and provide better internal modularity, I'd restart again a porting effort based on the Spring Security 3.0 code base. There is a nice blog that explains the structure of Spring 3.0. See http://blog.springsource.com/2009/06/03/spring-security-300m1-released/
So long story short, there are no alternatives now that I am aware of but would be very intersted in having some contributions to start a Spring Extension project www.springsource.org/extensions to port this over. Please contact me, [email protected] if you are interested!
Cheers,
Mark