码迷,mamicode.com
首页 >  
搜索关键字:security context    ( 17701个结果
springcloud gateway动态路由实现,mysql存储配置
1、mysql数据库表结构 2、pom.xml依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ...
分类:数据库   时间:2021-02-06 11:44:36    阅读次数:0
Springboot+Spring-Security+JWT Sso单点登录
单点登录中目前比较流行的一种使用方式,就是springsecurity+jwt实现无状态下用户登录;下面是对于Spring-Security进行单点登录使用token来进行交互的一种方式。第一次写博客请多多指教如果有更好的方式或者是错误的点麻烦请指教。 Spring-Security的主要几个实现类 ...
分类:编程语言   时间:2021-02-04 11:52:26    阅读次数:0
ElasticSearch与Java集成-RestHighLevelClient
1. 简介 RestHighLevelClient是官方指定的Java连接ElasticSearch的API。 需要使用maven引用以下依赖: <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elastics ...
分类:编程语言   时间:2021-02-04 11:50:38    阅读次数:0
Blazor 极简登录模型
Blazor 极简登录模型 (适用Server Side和WASM Client) 不少介绍Blazor网站包括微软自己的文档网站,对Blazor采用的认证/授权机制有详细的介绍,但是往往给出的是Identity Server的例子。搜索引擎可以找到的如: https://chrissainty.c ...
分类:其他好文   时间:2021-02-03 10:41:02    阅读次数:0
Security and Cryptography in Python - Attack on Caesar Cipher
Security and Cryptography in Python - Attack on Caesar Cipher Crypto Rule #1(Kerckhoffs' Principle) Eve should not be able to break the ciphers even w ...
分类:编程语言   时间:2021-02-01 12:50:36    阅读次数:0
用Dockerfile来build原理和过程
> docker build -t harbor.xxxxx/xxxx:v1.0.1 -f docker/Dockerfile . Sending build context to Docker daemon 998.8MB Step 1/7 : FROM harbor.xxxxx/xxxxx_ba ...
分类:其他好文   时间:2021-02-01 12:46:27    阅读次数:0
关于java.security.Provider安全服务操作引起异常的问题解决
由于之前的项目需要访问非国际认可的国密SSL证书,在HttpClient的工具类代码中我删除了“SunEC”的安全Provider。 Security.removeProvider("SunEC"); 但是在后续的项目在Linux的执行中访问其他网站的时候产生了一些异常 javax.net.ssl. ...
分类:编程语言   时间:2021-01-30 11:44:33    阅读次数:0
requestMatchers()和authorizeRequests()区别
原文:https://blog.csdn.net/tianlong1569/article/details/108398149 HttpSecurity全名为org.springframework.security.config.annotation.web.builders.HttpSecurit ...
分类:其他好文   时间:2021-01-27 14:07:13    阅读次数:0
使用Bootstratp Blazor +EF Codefirst 愉快的增删改查!
Bootstratp Blazor组件库,功能多,例子多,前端小白,js小白的最佳方案!几乎不用写一行js代码。 现在我们使用他的Table组件来完成一次增删改查! 首先安装vs2019 最新版本。 1.创建新项目,选择Blazor应用! 2.我们选择Server应用,我建议小白最好从Server应 ...
分类:其他好文   时间:2021-01-26 12:07:26    阅读次数:0
单点登录--CAS认证--web.xml配置详解
参考网址: https://blog.csdn.net/zhurhyme/article/details/29349543 https://blog.csdn.net/shzy1988/article/details/50662462 cas 分为服务端,与客户端。那么客户端如何与服务端进行交互呢, ...
分类:Web程序   时间:2021-01-26 11:46:46    阅读次数:0
17701条   上一页 1 ... 16 17 18 19 20 ... 1771 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!