软件包 | 描述 |
---|---|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
Modifier and Type | Method and Description |
---|---|
Rdn |
LdapName.getRdn(int posn)
检索此LDAP名称RDN作为RDN。
|
Modifier and Type | Method and Description |
---|---|
List<Rdn> |
LdapName.getRdns()
检索相对著名的名称的列表。
|
Modifier and Type | Method and Description |
---|---|
Name |
LdapName.add(int posn, Rdn comp)
添加到指定的位置在LDAP名称一个RDN。
|
Name |
LdapName.add(Rdn comp)
增加了一个单一的RDN的LDAP名称结尾。
|
Modifier and Type | Method and Description |
---|---|
Name |
LdapName.addAll(int posn, List<Rdn> suffixRdns)
添加-订单-在指定的位置在这个名字一个名字的RDNS。
|
Name |
LdapName.addAll(List<Rdn> suffixRdns)
添加一个名为--这个名字最后RDNS。
|
boolean |
LdapName.endsWith(List<Rdn> rdns)
确定指定的RDN序列形式后缀的LDAP名称。
|
boolean |
LdapName.startsWith(List<Rdn> rdns)
确定指定的RDN序列形式前缀的LDAP名称。
|
Constructor and Description |
---|
Rdn(Rdn rdn)
构建了从给定的
rdn RDN。
|
Constructor and Description |
---|
LdapName(List<Rdn> rdns)
构建了LDAP名称RDN成分解析。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.