码迷,mamicode.com
首页 >  
搜索关键字:shiro    ( 1998个结果
Tyhmeleaf常用语法
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:其他好文   时间:2020-07-25 23:29:12    阅读次数:69
Thymeleaf内联语法
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:其他好文   时间:2020-07-25 23:23:14    阅读次数:72
在ruoyi中使用Thymeleaf调用后台字典
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:其他好文   时间:2020-07-25 23:19:47    阅读次数:91
Shiro整合springboot以及自定义Realm
判断用户是否是游客身份,如果是游客身份则显示此标签内容 一、Shiro认证流程 二、SpringBoot应用整合Shiro JavaSE应用中使用 web应用中使用 SSM整合Shiro(配置多,用的少) SpringBoot应用整合Shiro 2.1 创建SpringBoot应用 lombok s ...
分类:编程语言   时间:2020-07-25 09:42:19    阅读次数:121
spring集成shiro的配置信息
一.依赖的引入 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.3.2</version> <exclusions> <exclusion> <groupI ...
分类:编程语言   时间:2020-07-22 01:59:11    阅读次数:70
shiro源码分析-授权过程
二。shiro的授权过程源码分析 1.shiro不管是基于url的粗粒度权限控制,还是基于方法的细粒度权限控制。每个请求,都会经过PathMatchingFilter类的preHandle方法来校验url。关于shiro的filter再将。 我们就从RolesAuthorizationFilter的 ...
分类:其他好文   时间:2020-07-15 23:23:21    阅读次数:77
shiro认证过程
shiro的认证过程源码分析 1.程序登录入口,页面传递地参数userName,password ,loginType3个参数,用 LoginUser 对象接收。loginType 为登录方式,因为我这里有多种登录方式,因此用这个字段来区分。不同的登录方式,采用不同的token封装登录信息。登录的过 ...
分类:其他好文   时间:2020-07-15 16:05:31    阅读次数:76
shiro安全框架-用户认证授权以及权限控制
使用shiro之前肯定要导入相关的依赖 <!-- shiro--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.5.3</version> </de ...
分类:其他好文   时间:2020-07-14 13:13:23    阅读次数:249
Shiro
简介 ● Apache Shiro是一个Java的安全(权限)框架。 ● Shiro可以非常容易的开发出足够好的应用,其不仅可以用在JavaSE环境, 也可以用在JavaEE环境。 ● Shiro可以完成,认证,授权,加密,会话管理,Web集成,缓存等。 ● 下载地址: http://shiro.a ...
分类:其他好文   时间:2020-07-12 10:42:16    阅读次数:53
SpringBoot2.0+Shiro+MyBatisPlus权限管理系统
项目描述 Hi,大家好,今天分享的项目是《SpringBoot+Shiro权限管理系统》,这是一个SpringBoot+Layui后台管理系统,使用Shiro安全框架,加入访问权限,对不同角色有不同的访问权限,其他管理可以依据情况添加上去。相信无论作为企业级应用,私活开发脚手架或者权限系统构建学习, ...
分类:编程语言   时间:2020-07-11 09:58:14    阅读次数:91
1998条   上一页 1 ... 3 4 5 6 7 ... 200 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!