日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

使用Spring配置文件配置Ldap認證源

系統(tǒng) 2258 0

http://hi.baidu.com/five00/blog/item/8bccc213cdbb83065aaf53b2.html

1. ????? 使用 Spring 配置文件配置 Ldap 認證源

Spring 中配置 Ldap 的過程與配置 JDBC 的過程類似, Ldap JDBC 多出一個 base 屬性,這個是配置 Ldap 基結點( 注意:這個基結點不僅僅指最高父節(jié)點 ),之后 Ldap 會查找基節(jié)點下所有子節(jié)點的信息。

< bean? id = "ldapContextSource"

??????? class = "org.springframework.ldap.support.LdapContextSource" >

??? < property? name = "url"? value = "ldap://localhost:10389"? />

??? < property? name = "base"? value = " ou=People,ou=rootOrg,o=sevenSeas "? />

??? < property? name = "userName"? value = "uid=admin,ou=system"? />

??? < property? name = "password"? value = "secret"? />

</ bean >

注意紅字標示部分 " ou=People,ou=rootOrg,o=sevenSeas " 的順序,這句話的意思是:基節(jié)點的位置是 sevenSeas 父節(jié)點下的 rootOrg 節(jié)點下的 People 節(jié)點;再次強調,這個解釋是由于順序的原因,父節(jié)點要在子節(jié)點的右面這樣,當前 Ldap 源的數據就是在這個基節(jié)點下的各子節(jié)點中操作。

如圖:

使用Spring配置文件配置Ldap認證源

people 基節(jié)點下的用戶

2. ????? SpringTemplate Ldap 測試代碼編寫

在配置文件中,需要配置數據源和 LdapTemplate LdapTemplate 就是 Spring 提供的操作 Ldap 服務器數據的類。

配置文件 applicationContext-ldap.xml

<? xml? version = "1.0"? encoding = "UTF-8" ?>

< beans? xmlns = "http://www.springframework.org/schema/beans"

???? xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"

???? xmlns:aop = "http://www.springframework.org/schema/aop"

???? xsi:schemaLocation = "http://www.springframework.org/schema/beans?????http://www.springframework.org/schema/beans/spring-beans-2.0.xsd

????http://www.springframework.org/schema/aop

????http://www.springframework.org/schema/aop/spring-aop-2.0.xsd" >

??? ?? < bean? id = "ldapContextSource"

???????? class = "org.springframework.ldap.support.LdapContextSource" >

???? < property? name = "url"? value = "ldap://localhost:10389"? />

???? < property? name = "base"? value = "ou=People,ou=rootOrg,o=sevenSeas"? />

???? < property? name = "userName"? value = "uid=admin,ou=system"? />

???? < property? name = "password"? value = "secret"? />

???? </ bean >

??? ?? < bean? id = "ldapTemplate"? class = "org.springframework.ldap.LdapTemplate" >

?????? < property? name = "contextSource"? ref = "ldapContextSource"? />

???? </ bean > ???

</ beans >

使用Spring配置文件配置Ldap認證源


更多文章、技術交流、商務合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 襄汾县| 宕昌县| 容城县| 迁安市| 邓州市| 福海县| 高要市| 左贡县| 昌平区| 光山县| 青阳县| 水富县| 汉寿县| 尤溪县| 萝北县| 清涧县| 界首市| 县级市| 屯留县| 蓬安县| 康平县| 永善县| 涿鹿县| 营口市| 象山县| 平邑县| 城口县| 京山县| 石棉县| 安阳县| 南乐县| 东城区| 高清| 遵义市| 东源县| 潜山县| 望都县| 仪陇县| 肃北| 红原县| 新乐市|