日常提交
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
- [Apache Shiro Authorization](#apache-shiro-authorization)
|
||||||
|
- [Authorization简介](#authorization简介)
|
||||||
|
- [Authorization的核心元素](#authorization的核心元素)
|
||||||
|
- [Permission](#permission)
|
||||||
|
- [权限粒度级别](#权限粒度级别)
|
||||||
|
- [Roles](#roles)
|
||||||
|
- [Role分类](#role分类)
|
||||||
|
- [User](#user)
|
||||||
|
- [在Apache Shiro中实行Authorization](#在apache-shiro中实行authorization)
|
||||||
|
- [通过java code实现authorization](#通过java-code实现authorization)
|
||||||
|
- [基于String的权限鉴定](#基于string的权限鉴定)
|
||||||
|
- [通过注解实现Authorization](#通过注解实现authorization)
|
||||||
# Apache Shiro Authorization
|
# Apache Shiro Authorization
|
||||||
## Authorization简介
|
## Authorization简介
|
||||||
Authorization(访问控制),分配访问某资源的特定权限。
|
Authorization(访问控制),分配访问某资源的特定权限。
|
||||||
|
|||||||
Reference in New Issue
Block a user