shiro
GavinYCF
梦想起飞的地方
展开
-
Shrio登陆验证实例详细解读
Shrio登陆验证实例详细解读 摘要:本文采用了Spring+SpringMVC+Mybatis+Shiro+Msql来写了一个登陆验证的实例,下面来看看过程吧!整个工程基于Mavevn来创建,运行环境为JDK1.6+WIN7+tomcat7.这里主要说了Shiro的搭建过程,Spring+SpringMVC+Mybatis的搭建过可以看这里S转载 2018-01-21 15:53:43 · 234 阅读 · 0 评论 -
shiro异常类型
org.apache.shiro.authc.pam.UnsupportedTokenException org.apache.shiro.authc.UnknownAccountException org.apache.shiro.authc.LockedAccountException org.apache.shiro.authc.DisabledAccountExcep转载 2018-01-22 16:28:56 · 7256 阅读 · 1 评论 -
springboot shiro开启注释
springboot shiro开启注释shiroconfiguration中增加1234567@Bean publicAuthorizationAttributeSourceAdvisor authorizationAttributeSourceAdvisor(SecurityManager securit转载 2018-01-23 16:17:55 · 2244 阅读 · 1 评论 -
Shiro整合SSO单点登录系统
Shiro整合SSO单点登录系统 前言shiro是一个非常强大的权限管理框架,关于shiro与cas整合的示例有很多,但是我们平时开发的时候,很多公司并不是使用cas来做SSO的,而是自己公司会用自己开发的。本文就主要针对这种方式的整合。新增SSO相关的properties#sso服务器登录地址,service参数表示登录成功后要跳转的地址ssoServic转载 2018-04-25 17:24:19 · 1985 阅读 · 0 评论