From f38edad36d9cbb57a6489ca3c10213b0257d8e95 Mon Sep 17 00:00:00 2001 From: wu xiangkai Date: Thu, 10 Nov 2022 18:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring/Apache Shiro/Apache Shiro Authorization.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 spring/Apache Shiro/Apache Shiro Authorization.md diff --git a/spring/Apache Shiro/Apache Shiro Authorization.md b/spring/Apache Shiro/Apache Shiro Authorization.md new file mode 100644 index 0000000..1c15c20 --- /dev/null +++ b/spring/Apache Shiro/Apache Shiro Authorization.md @@ -0,0 +1,6 @@ +# Apache Shiro Authorization +## Authorization简介 +Authorization(访问控制),分配访问某资源的特定权限。 +## Authorization的核心元素 +### Permission +Permission是 \ No newline at end of file