forked from zhangkaitao/shiro-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6951bdb
commit dd3acbc
Showing
1 changed file
with
29 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,29 @@ | ||
<a href="http://jinnianshilongnian.iteye.com/blog/2049092" target="_blank">Shiro目录</a> | ||
|
||
第一章 Shiro简介 | ||
|
||
第二章 身份验证 | ||
|
||
第三章 授权 | ||
|
||
第四章 INI配置 | ||
|
||
第五章 编码/加密 | ||
|
||
第六章 Realm及相关对象 | ||
|
||
第七章 与Web集成 | ||
|
||
第八章 拦截器机制 | ||
|
||
第九章 JSP标签 | ||
|
||
第十章 会话管理 | ||
|
||
第十一章 缓存机制 | ||
|
||
第十二章 与Spring集成 | ||
|
||
第十三章 RememberMe | ||
|
||
第十四章 SSL | ||
|
||
第十五章 单点登录 | ||
|
||
第十六章 综合实例 | ||
|
||
第十七章 OAuth2集成 | ||
|
||
第十八章 并发登录人数控制 | ||
|
||
第十九章 动态URL权限控制 | ||
|
||
第二十章 无状态Web应用集成 | ||
|
||
第二十一章 授予身份及切换身份 | ||
|
||
第二十二章 集成验证码 | ||
|
||
第二十三章 多项目集中权限管理及分布式会话 | ||
|
||
第二十四章 在线会话管理 | ||
最近项目比较紧,没有时间解答一些疑问,暂时无法回复一些问题,很抱歉,不过可以加群(334194438/348194195)一起讨论问题。 | ||
|
||
<h2 style="font-size: 14px;"><a href="http://jinnianshilongnian.iteye.com/blog/2018398" target="_blank">Shiro目录</a> | <a href="http://jinnianshilongnian.iteye.com/blog/2018398" target="_blank">点击下载PDF版</a></h2> | ||
<p style="font-size: 14px;"><a href="/blog/2018936" target="_blank">第一章 Shiro简介</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2019547" target="_blank">第二章 身份验证</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2020017" target="_blank">第三章 授权</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2020820" target="_blank">第四章 INI配置</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2021439" target="_blank">第五章 编码/加密</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2022468" target="_blank">第六章 Realm及相关对象</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2024723" target="_blank">第七章 与Web集成</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2025656" target="_self">第八章 拦截器机制</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2026398" target="_blank">第九章 JSP标签</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2028675" target="_blank">第十章 会话管理</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2029217" target="_blank">第十一章 缓存机制</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2029717" target="_blank">第十二章 与Spring集成</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2031823" target="_blank">第十三章 RememberMe</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2036420" target="_blank">第十四章 SSL</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2036730" target="_blank">第十五章 单点登录</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2037222" target="_blank">第十六章 综合实例</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2038646" target="_blank">第十七章 OAuth2集成</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2039760" target="_blank">第十八章 并发登录人数控制</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2040929" target="_blank">第十九章 动态URL权限控制</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2041909" target="_blank">第二十章 无状态Web应用集成</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2044616" target="_blank">第二十一章 授予身份及切换身份</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2046041" target="_blank">第二十二章 集成验证码</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2047168" target="_blank">第二十三章 多项目集中权限管理及分布式会话</a></p> | ||
<p style="font-size: 14px;"><a href="/blog/2047643" target="_blank">第二十四章 在线会话管理</a></p> | ||
<p style="font-size: 14px;"> </p> | ||
<p style="font-size: 14px;">示例工程是Maven工程,需要了解Maven基础。</p> |