学习一个框架,查阅权威有效的资料能够事半功倍,本文收集笔者学习此框架中帮助很大的文档,希望对大家有所帮助。
shiro官网: http://shiro.apache.org/
认证过程:https://shiro.apache.org/authentication.html#Authentication-%7B%7BAuthenticator%7D%7D
权限校验:http://shiro.apache.org/java-authorization-guide.html
permission详解:http://shiro.apache.org/permissions.html
加密: http://shiro.apache.org/cryptography-features.html
session管理:http://shiro.apache.org/session-management.html
ini文件配置:https://shiro.apache.org/configuration.html#Configuration-SecurityManagerfromanINIresource
当然还需要自己用代码来练习并利用机会来学以致用,才可以说自己是掌握了一个框架
原文:https://www.cnblogs.com/roostinghawk/p/10719117.html