Java Security Framework

后端 未结 7 1369
挽巷
挽巷 2021-02-04 10:50

Security always tends to take the last place in a new project. Or you use a framework like Spring where security is already build-in and can be switched on easily. I try to find

7条回答
  •  心在旅途
    2021-02-04 11:28

    I would recommend you take a look at OACC (http://oaccframework.org). OACC was designed for solving the problem of application security. Unlike most frameworks OACC is able to store/manage the authorization relationships in your application. OACC's authorization model is more powerful that Shiro or Spring Security.

提交回复
热议问题