概述
前面七课的传送链接发在本文最后!
本课创建一个web应用,然后通过Spring Security LDAP模块来验证。官网本章非常的短。还没怎么明白就完了。
This guide walks you through the process creating an application and securing it with the Spring Security LDAP module.
这里需要补充下基础知识。什么是LDAP. 轻型目录访问协议(英文:Lightweight Directory Access Protocol,缩写:LDAP,/ˈɛldæp/)是一个开放的,中立的,工业标准的应用协议,通过IP协议提供访问控制和维护分布式信息的目录信息。
步骤1、创建一个包含springweb依赖的springboot项目。看过前面几章的同学应该很熟悉了。这里提醒下新同学如果是用VScode.也很方便,安装必要的插件如:spring Init。然后在Java设置maven,,maven要镜像阿里云。fileperfermentsetting 查找java.configuration.maven
吧setting.xml路径复制过来。在pom.xml上执行更新。还有就是需要把项目包改成2.2.2.rel.
LDAPserver的搭建
https://www.cnblogs.com/lemon-le/p/6266921.html
本章由于LDAP服务器的搭建遇到问题,暂时先跳过了。
- Spring Boot 2020 官方基础68课程第一个 构建RESTful Web服务
- Spring Boot 2020 官方基础68课程第二个 Consuming RESTful Web服务 (接收)
- Spring Boot 2020 官方基础68课程第三个 Scheduling Tasks 定时任务
- Spring Boot 2020 官方基础68课程第四个 Building Java Projects with Gradle
- Spring Boot 2020 官方基础68课程第五个 Building Java Projects with Maven
- 其他:https://blog.csdn.net/ldy889/category_9542854.html
最后
以上就是愉快月饼为你收集整理的Spring Boot 2020 官方基础68课程第八个 Authenticating(验证) a User with LDAP的全部内容,希望文章能够帮你解决Spring Boot 2020 官方基础68课程第八个 Authenticating(验证) a User with LDAP所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复