快速业务通道

在Apache目录服务器中存储Java对象,第2部分:(下) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-15
rences 斤?。萩指?匯和 賠汽 1 嶄贋刈壓 ApacheDS 嶄議 MessagingPreferences 斤?。

FetchAliceMessagingPreferences 哘喘殻會頁 賠汽 7 嶄心欺議 SearchForAliceByCN 哘喘殻會議奐 膿井。糞縞貧?賠汽 8 嚥 賠汽 7 壓化帶 8 岻念脅?揖?壓化帶 8 嶄?繍戻函 Alice 方象訳朕議 RDN 。貫賠汽 8 嶄議化帶 8 嶄?繍蝕兵臥孀 Alice 議 Preferences 斤??

賠汽 8. FetchAliceMessagingPreferences

public class FetchAliceMessagingPreferences {    public FetchAliceMessagingPreferences() {      try      {        //------------------------------------------        //Step1: Setting up JNDI properties for ApacheDS        //------------------------------------------        InputStream inputStream = new FileInputStream ( "ApacheDS.properties");        Properties properties = new Properties();        properties.load(inputStream);        properties.setProperty("java.naming.security.credentials",  "secret");        //------------------------------------------        // Step2: Fetching a DirContext object        //------------------------------------------        DirContext ctx = new InitialDirContext(properties);        //---------------------------------------------        //Step3: Setting search context        //---------------------------------------------        String searchContext = "ou=users";        //--------------------------------------------        //Step4: Creating search attributes for Alice        //--------------------------------------------        Attribute cn = new BasicAttribute("cn");        Attribute objclass = new BasicAttribute("objectClass");        //putting attribute values        cn.add("Alice");        objclass.add("person");        //Instantiate an Attributes object and put search attributes in  it        Attributes attrs = new BasicAttributes(true);        attrs.put(cn);        attrs.put(objclass);        //------------------------------------------        //Step5: Executing search        //------------------------------------------        NamingEnumeration ne = ctx.search(searchContext, attrs);        if (ne != null)        {          //Step 6: Iterating through SearchResults          while (ne.hasMore()) {            //Step 7: Getting individual SearchResult object            SearchResult sr = (SearchResult) ne.next();            //Step 8:            String entryRDN = sr.getName();            //---------------------------------------------            //Step9: Setting a new search context            //---------------------------------------------            searchContext = entryRDN 

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号