Shrio学习笔记(一)

Shiro(发音shee-roh)是什么:apache的一个Java安全框架,由2003年开始的"JSecurity"项目发展而来,比Spring Security简单些。

Shiro官网:http://shiro.apache.org/

Shiro能干什么:帮助我们完成认证、授权、加密、会话管理

常用的词: Authentication认证、Authorization授权、Session Manager会话管理 、Cryptography加密 、Subject主体、Security Manager安全管理器、Realm域、Authenticator认证器、Authrizer授权器、CacheManager缓存控制器 

Shiro基本架构:

Shrio学习笔记(一)      

核心架构:

Shrio学习笔记(一)

 

源码下载:1.2.3

SVN check out:svn checkout http://svn.apache.org/repos/asf/shiro/tags/shiro-root-1.2.3

相关资料:

InfoQ: Application Security With Apache Shiro

CSDN: 跟我学Shiro

 

    

你可能感兴趣的:(shiro,学习笔记,安全框架)