LdapContext获取对象的属性

Posted 芝麻

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LdapContext获取对象的属性相关的知识,希望对你有一定的参考价值。

//            dn = "cn=1,cn=Users,DC=域名,DC=COM";
//            Attributes answer = ctx.getAttributes(dn);
//            for (NamingEnumeration ae = answer.getAll(); ae.hasMore();) {
//                Attribute attr = (Attribute) ae.next();
//                System.out.println("attribute: " + attr.getID());
//                /* Print each value */
//                for (NamingEnumeration e = attr.getAll(); e.hasMore(); System.out
//                        .println("value: " + e.next()))
//                    ;
//            }

以上是关于LdapContext获取对象的属性的主要内容,如果未能解决你的问题,请参考以下文章

Spring LDAP Context.REFERRAL 跟随

React的Context对象解决props传递数据的烦恼!

java - 如何使用给定的LdapContext检查ldap中的用户密码?

[摘录] 当页[ModalRoute.of(context)]路由属性详解

[react] 除了实例的属性可以获取Context外哪些地方还能直接获取Context呢?

未从 context.xml 文件中的属性文件获取值