我是靠谱客的博主 愉快月饼,最近开发中收集的这篇文章主要介绍Spring Boot 2020 官方基础68课程第八个 Authenticating(验证) a User with LDAP,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

前面七课的传送链接发在本文最后!

本课创建一个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服务器的搭建遇到问题,暂时先跳过了。

 

 

  1. Spring Boot 2020 官方基础68课程第一个 构建RESTful Web服务
  2. Spring Boot 2020 官方基础68课程第二个 Consuming RESTful Web服务 (接收)
  3. Spring Boot 2020 官方基础68课程第三个 Scheduling Tasks 定时任务
  4.  Spring Boot 2020 官方基础68课程第四个 Building Java Projects with Gradle
  5.  Spring Boot 2020 官方基础68课程第五个 Building Java Projects with Maven
  6. 其他: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所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部