随笔分类 -  shiro

shiro
摘要:shiro原理及其运行流程介绍 认证执行流程 1、通过ini配置文件创建securityManager2、调用subject.login方法主体提交认证,提交的token3、securityManager进行认证,securityManager最终由ModularRealmAuthenticator 阅读全文
posted @ 2019-04-17 12:51 胖头陀春天 阅读(12435) 评论(6) 推荐(0) 编辑
摘要:原博客:https://blog.csdn.net/u013142781/article/details/50922010 一、SpringMVC http://blog.csdn.net/evankaka/article/details/45501811 Spring Web MVC是一种基于Ja 阅读全文
posted @ 2018-09-26 11:55 胖头陀春天 阅读(522) 评论(0) 推荐(0) 编辑
摘要:一. 环境搭建: 1. 开发工具:myeclipse 2014 / IDEA; 2. maven管理版本:apache-maven-3.0+; 3. jdk 1.7.0+4. Tomcat8.0 二:工程搭建: 1、修改pom.xml添加对应的包依赖 2.引入Spring,Springmvc以及sp 阅读全文
posted @ 2018-08-07 15:00 胖头陀春天 阅读(3925) 评论(0) 推荐(1) 编辑
摘要:shiro 的简单应用 shiro官网:https://shiro.apache.org/ shiro 简介: Apache Shiro(日语"堡垒(Castle)"的意思)是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理功能,可为任何应用提供安全保障 - 从命令行应用、移动应用到 阅读全文
posted @ 2018-06-08 14:32 胖头陀春天 阅读(476) 评论(0) 推荐(0) 编辑