首页 开发技术 Java     /    springboot集成ldap

springboot集成ldap

上传者: u013289746 | 上传时间:2023/7/11 15:05:40 | 文件大小:59KB | 文件类型:zip
springboot集成ldap
项目中使用springboot框架集成了ldap协议的方法,调用了增删改查的API,基本实现了springboot对于ldap的所有方法,只要搭建好了ldap服务器,改一下配置文件即可运行。

文件下载

资源详情

[{"title":"(49个子文件59KB)springboot集成ldap","children":[{"title":"ldapTest","children":[{"title":"pom.xml <span style='color:#111;'>1.80KB</span>","children":null,"spread":false},{"title":"config","children":[{"title":"ldapConfig.properties <span style='color:#111;'>154B</span>","children":null,"spread":false}],"spread":true},{"title":"target","children":[{"title":"test-classes","children":[{"title":"com","children":[{"title":"oscar","children":[{"title":"ldapTest","children":[{"title":"AppTest.class <span style='color:#111;'>623B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"classes","children":[{"title":"META-INF","children":[{"title":"maven","children":[{"title":"com.oscar","children":[{"title":"ldapTest","children":[{"title":"pom.xml <span style='color:#111;'>1.80KB</span>","children":null,"spread":false},{"title":"pom.properties <span style='color:#111;'>230B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"MANIFEST.MF <span style='color:#111;'>114B</span>","children":null,"spread":false}],"spread":true},{"title":"application.properties <span style='color:#111;'>216B</span>","children":null,"spread":false},{"title":"com","children":[{"title":"oscar","children":[{"title":"ldapTest","children":[{"title":"dao","children":[{"title":"PersonDao.class <span style='color:#111;'>8.19KB</span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"Instance.class <span style='color:#111;'>1.48KB</span>","children":null,"spread":false},{"title":"LdapConfig.class <span style='color:#111;'>2.35KB</span>","children":null,"spread":false}],"spread":true},{"title":"entry","children":[{"title":"Organization.class <span style='color:#111;'>3.88KB</span>","children":null,"spread":false},{"title":"PersonNameClassPair.class <span style='color:#111;'>713B</span>","children":null,"spread":false},{"title":"PersonAttributeMapper.class <span style='color:#111;'>1.27KB</span>","children":null,"spread":false},{"title":"Person.class <span style='color:#111;'>7.66KB</span>","children":null,"spread":false},{"title":"OrganizationAttributeMapper.class <span style='color:#111;'>2.01KB</span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"OrganController.class <span style='color:#111;'>2.24KB</span>","children":null,"spread":false},{"title":"SuperSelectController.class <span style='color:#111;'>2.18KB</span>","children":null,"spread":false},{"title":"testController.class <span style='color:#111;'>2.27KB</span>","children":null,"spread":false},{"title":"PersonController.class <span style='color:#111;'>2.15KB</span>","children":null,"spread":false}],"spread":false},{"title":"service","children":[{"title":"LdapPersonService.class <span style='color:#111;'>1.76KB</span>","children":null,"spread":false},{"title":"LdapSelectService.class <span style='color:#111;'>4.13KB</span>","children":null,"spread":false},{"title":"LdapOrganizationService.class <span style='color:#111;'>1.83KB</span>","children":null,"spread":false}],"spread":false},{"title":"Application.class <span style='color:#111;'>825B</span>","children":null,"spread":false},{"title":"util","children":[{"title":"CommonUtil.class <span style='color:#111;'>860B</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".settings","children":[{"title":"org.eclipse.m2e.core.prefs <span style='color:#111;'>90B</span>","children":null,"spread":false},{"title":"org.eclipse.core.resources.prefs <span style='color:#111;'>155B</span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>243B</span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"test","children":[{"title":"java","children":[{"title":"com","children":[{"title":"oscar","children":[{"title":"ldapTest","children":[{"title":"AppTest.java <span style='color:#111;'>684B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"main","children":[{"title":"resources","children":[{"title":"application.properties <span style='color:#111;'>216B</span>","children":null,"spread":false}],"spread":true},{"title":"java","children":[{"title":"com","children":[{"title":"oscar","children":[{"title":"ldapTest","children":[{"title":"dao","children":[{"title":"PersonDao.java <span style='color:#111;'>12.41KB</span>","children":null,"spread":false},{"title":"UserDAOL.java <span style='color:#111;'>12.40KB</span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"Instance.java <span style='color:#111;'>1.29KB</span>","children":null,"spread":false},{"title":"LdapConfig.java <span style='color:#111;'>2.06KB</span>","children":null,"spread":false}],"spread":false},{"title":"Application.java <span style='color:#111;'>447B</span>","children":null,"spread":false},{"title":"entry","children":[{"title":"Person.java <span style='color:#111;'>7.47KB</span>","children":null,"spread":false},{"title":"PersonAttributeMapper.java <span style='color:#111;'>955B</span>","children":null,"spread":false},{"title":"Organization.java <span style='color:#111;'>3.43KB</span>","children":null,"spread":false},{"title":"OrganizationAttributeMapper.java <span style='color:#111;'>2.51KB</span>","children":null,"spread":false},{"title":"PersonNameClassPair.java <span style='color:#111;'>380B</span>","children":null,"spread":false}],"spread":false},{"title":"controller","children":[{"title":"PersonController.java <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"SuperSelectController.java <span style='color:#111;'>2.63KB</span>","children":null,"spread":false},{"title":"OrganController.java <span style='color:#111;'>2.49KB</span>","children":null,"spread":false},{"title":"testController.java <span style='color:#111;'>2.23KB</span>","children":null,"spread":false}],"spread":false},{"title":"service","children":[{"title":"LdapOrganizationService.java <span style='color:#111;'>1.01KB</span>","children":null,"spread":false},{"title":"LdapSelectService.java <span style='color:#111;'>4.07KB</span>","children":null,"spread":false},{"title":"LdapPersonService.java <span style='color:#111;'>1.06KB</span>","children":null,"spread":false}],"spread":false},{"title":"util","children":[{"title":"CommonUtil.java <span style='color:#111;'>825B</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".project <span style='color:#111;'>560B</span>","children":null,"spread":false},{"title":".classpath <span style='color:#111;'>1.03KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • vention1:
    还可以,勉强能用2018-06-19
  • vention1:
    还可以,勉强能用2018-06-19
  • liuwei____:
    对于一个新手来说,完全看不懂。再下一遍………………2018-06-01
  • liuwei____:
    对于一个新手来说,完全看不懂。再下一遍………………2018-06-01

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明