A Guice-ready security framework?

后端 未结 2 678
梦如初夏
梦如初夏 2021-02-13 09:14

Has anybody seen a framework which is either written to work with Guice or a library that integrates an existing security system (ie: Acegi) with Guice?

I have found the

2条回答
  •  伪装坚强ぢ
    2021-02-13 09:44

    Apache Shiro 1.2 and later has native support for Guice applications:

    http://shiro.apache.org/guice.html

    HTH!

提交回复
热议问题