码迷,mamicode.com
首页 >  
搜索关键字:shiro role    ( 3996个结果
Identity角色管理五(添加用户到角色组)
因需要在用户列表中点详情按钮来到当前页,所以需要展示分组详情,并展示当前所属角色组的用户 public async Task<ActionResult> Details(string id) { //查找是否存在角色组 var role = await _roleManager.FindByIdAs ...
分类:其他好文   时间:2020-06-30 14:47:52    阅读次数:161
Spring Boot 整合 Shiro ,两种方式全总结
Spring Boot 整合 Shiro ,两种方式全总结! shirospringboot 发布于 2019-06-11 在 Spring Boot 中做权限管理,一般来说,主流的方案是 Spring Security ,但是,仅仅从技术角度来说,也可以使用 Shiro。 <!--more--> ...
分类:编程语言   时间:2020-06-30 12:32:50    阅读次数:65
Kubernetes 将Pod调度到Master节点
出于安全考虑,默认配置下Kubernetes不会将Pod调度到Master节点。如果希望将k8s-master也当作Node使用,可以执行如下命令: kubectl taint node k8s-master node-role.kubernetes.io/master- 其中k8s-master是 ...
分类:Web程序   时间:2020-06-27 16:18:35    阅读次数:102
jenkins权限管理
1.安装插件 Role-based Authorization Strategy或类似的,版本不同,插件略有区别 2.设置权限策略 3.配置策略 4.分配角色 guest:用户名/分组 exp:角色 ...
分类:其他好文   时间:2020-06-24 12:24:13    阅读次数:49
MongoDB副本集replica set (二)--副本集环境搭建
(一)主机信息操作系统版本:centos7 64-bit数据库版本 :MongoDB 4.2 社区版iphostname192.168.10.41 mongoserver1192.168.10.42mongoserver2192.168.10.43mongoserver3(二)副本集搭建过程首先需要... ...
分类:数据库   时间:2020-06-23 21:39:29    阅读次数:88
Spring Security:概述
前言 在之前介绍过了Shiro之后,有好多粉丝问SpringSecurity在Spring Boot中怎么集成。这个系列我们就和大家分享下有关这方面的知识。 本节大纲 一、什么是SpringSecurity? 二、常用安全框架 一、什么是Spring Security? SpringSecurity ...
分类:编程语言   时间:2020-06-22 15:35:14    阅读次数:63
pg用户赋予只读权限
./createuser --interactive iomsx;Shall the new role be a superuser? (y/n) nShall the new role be allowed to create databases? (y/n) nShall the new rol ...
分类:其他好文   时间:2020-06-21 17:42:25    阅读次数:78
AWS初试:CloudWatch账单告警 和IAM
AWS刚刚开始学习,都是图形化界面。所以blog基本以截图为主。。。建议看下以下这个视频作为预习,B站上也有一模一样的搬运。https://www.youtube.com/playlist?list=PLBfufR7vyJJ6FhBhJJSaMkI-m2wyoPy-GCloudwatch的alarm有个billing选项,控制台会要求你选择Virginia那个region主要就是钱。。。需要创造一
分类:其他好文   时间:2020-06-21 10:02:42    阅读次数:117
MD5和Base64算法的使用方法
第一种 MD5 1.引入相关的依赖 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.5.3</version> </dependency> 2.产生随机 ...
分类:编程语言   时间:2020-06-19 23:20:25    阅读次数:61
mount
mount挂载 环境准备 主机名 安装服务 wan lan web01 nfs客户端 10.0.0.7 172.16.1.7 web02 nfs客户端 10.0.0.8 172.16.1.8 nfs nfs服务端 10.0.0.9 172.16.1.9 流程分析 1.安装ansible 2.优化an ...
分类:其他好文   时间:2020-06-19 21:18:54    阅读次数:220
3996条   上一页 1 ... 14 15 16 17 18 ... 400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!