码迷,mamicode.com
首页 >  
搜索关键字:shiro role    ( 3996个结果
shiro login源码
登录的代码示例为:Subjectsubject=SecurityUtils.getSubject();UsernamePasswordTokenusernamePasswordToken=newUsernamePasswordToken( username, password);usernamePa ...
分类:其他好文   时间:2020-05-09 18:46:23    阅读次数:104
根据ID选择器与类选择器控制指定插件生成的表格等的样式(高度,宽度,颜色。。。)
id为定向选择依据,class类选择器为辅助,创建派生选择器即可定向控制 ...
分类:其他好文   时间:2020-05-09 17:14:02    阅读次数:48
openshift的监控全局event的账户token
oc project default oc create serviceaccount getapi c adm policy add-cluster-role-to-user cluster-admin -z getapi oc serviceaccounts get-token getapi ...
分类:其他好文   时间:2020-05-08 23:12:05    阅读次数:119
如何实现BootStrapTable的动态表格插入与上下移动
框架为:http://ruoyi.vip/效果为:代码为:<!DOCTYPEhtml><htmllang="zh"xmlns:th="http://www.thymeleaf.org"xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"><head><th:blockth:include="include::
分类:移动开发   时间:2020-05-08 09:56:06    阅读次数:128
链式操作
Db::table('think_user') ->where('id','>',1) ->where('name','thinkphp') ->select(); Db::field('user.name,role.title') ->table('think_user user,think_ro ...
分类:其他好文   时间:2020-05-08 09:50:38    阅读次数:53
3. shiro- 权限认证
3. shiro 权限认证 在rememberMe的基础上修改CustomizeRealm 添加一个controller 修改yml 修改index.html 添加一个没有权限认证的异常处理器 相应的错误页面 ...
分类:其他好文   时间:2020-05-06 11:42:26    阅读次数:59
shiro整合thymeleaf
1.引入依赖 pom.xml2 <!--thymeleaf中使用shiro--> <dependency> <groupId>com.github.theborakompanioni</groupId> <artifactId>thymeleaf-extras-shiro</artifactId> ...
分类:其他好文   时间:2020-05-05 23:17:26    阅读次数:69
2. shiro-记住我
2. shiro 记住我 在用户认证的基础上修改shiroConf, 添加 AES加密 修改SecurityManager 修改login.html 修改对应的api ...
分类:其他好文   时间:2020-05-05 23:10:22    阅读次数:80
Shiro反序列化漏洞检测、dnslog
信息收集 poc /tmp/payload.cookie 替换发包的rememberMe=X 参考 https://github.com/insightglacier/Shiro_exploit https://github.com/Medicean/VulApps/tree/master/s/sh ...
分类:其他好文   时间:2020-05-05 16:20:42    阅读次数:981
每日标语
1丶无产者在这个革命中失去的只是锁链。他们获得的将是整个世界。 The proletarians have nothing to lose but their chains.They have a world to win. 2丶做世界的水手,游遍所有的港口。 To be a sailor of t ...
分类:其他好文   时间:2020-05-04 19:31:18    阅读次数:86
3996条   上一页 1 ... 21 22 23 24 25 ... 400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!