推荐
专栏
教程
课程
飞鹅
本次共找到352条
rhce认证
相关的信息
Easter79
•
3年前
tomcat 结合spring security 配置SSL认证
小结一下tomcat搭配springsecurity做ssl,其实单tomcat就可以搞你的应用ssl认证了,这里只不过顺道使用了springsecruity(如果你的应用是用了springsecurity的话)。1首先是制作证书了,步骤比较传统,简单带过,不懂的请去google keytoolgen
Stella981
•
3年前
Android https 自定义ssl证书使用
Androidhttps自定义ssl证书使用1,服务端配置单向认证,给出server.crt2,通过命令生成bks文件keytoolimportaliascert123fileserver.crtkeystorecert123.bksstoretypeBKSproviderClassorg.bouncycast
Wesley13
•
3年前
史上最全的CSP
CSPJ/S第一轮知识点选讲$NOIP$(全国青少年信息学奥林匹克竞赛)于2019年取消。取而代之的是由$CCF$推出的非专业级软件能力认证,也就是现在的$CSPJ/S$。作为一名于2019年1月入$OI$的蒟蒻$OIer$,没能参加$NOIP$是我一生的遗憾。但在遗憾之余,我不得不备战$CSP$的认证。而$CSP
Wesley13
•
3年前
IOS拦截重定向请求(302)的几种方式
前言在多数情况下,我们做的网络请求是返回200状态码的,但也有返回302的时候,比如使用基于Oauth2认证协议的API时,在认证阶段,需要提供一个回调地址,当用户授权后,服务器会返回一个302Response,ResponseHeader中会一个Location字段,包含了我们的回调地址,同时会有一个Code参数。我们在程序中该如何处理这个
Wesley13
•
3年前
03,Django的认证系统——auth模块
Django的用户认证https://docs.djangoproject.com/en/2.0/topics/auth/default/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.djangoproject.com%2Fen%2F2.0%2Ftopics%2
Stella981
•
3年前
OAuth 2.0 认证的原理与实践
原文同步至https://waylau.com/principleandpracticeofoauth2/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwaylau.com%2Fprincipleandpracticeofoauth2%2F)使用O
Stella981
•
3年前
SpringBoot集成Spring Security(授权与认证)
⒈添加starter依赖1<dependency2<groupIdorg.springframework.boot</groupId3<artifactIdspringbootstarterweb</artifactId4
Stella981
•
3年前
Eureka Server 开启Spring Security Basic认证
!Desktop(https://uploadimages.jianshu.io/upload_images/98242475ce94f98ae00f42f.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)文章共503字,阅读大约需要2分钟!概述
Wesley13
•
3年前
mongoDB的安全相关
开启认证:在配置文件里新增一行authtrue创建用户:1.创建语法:createUser2.{user:"<name",pwd:"<cleartextpassword",customData:{<anyinformation},roles:\{role:"<role",db:"<database"}\
Wesley13
•
3年前
SpringLDAP 简单的用户登陆认证
今天主要实验了下用户的登录验证,在PersonDaoImpl类中增加了验证方法具体代码:还是PersonDaoImpl类1.publicclassPersonDaoImplimplementsPersonDao{2.3.privateLdapTemplateldapTempl
1
•••
12
13
14
•••
36