Apache Shiro 权限管理
What is Apache Shiro?
Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management and cryptography.
Apache Shiro’s first and foremost goal is to be easy to use and understand. Security can be very complex at times, even painful, but it doesn’t have to be. A framework should mask complexities where possible and expose a clean and intuitive API that simplifies the developer’s effort to make their application(s) secure.
Here are some things that you can do with Apache Shiro:
Determine if a user is assigned a certain security role or not
Determine if a user is permitted to do something or not
composite user ‘view’.
權限管理概念
只要有用戶參與的系統一般都要有權限管理,權限管理實現對用戶訪問系統的控制,按照安全規則或者安全策略控制用戶可以訪問而且只能訪問自己被授權的資源。
權限管理包括用戶認證和授權兩部分。
總結
以上是生活随笔為你收集整理的Apache Shiro 权限管理的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 面板数据分析plm
- 下一篇: 关于hash(一):基本概念