软件包 | 描述 |
---|---|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
Modifier and Type | Method and Description |
---|---|
Name |
CompositeName.add(int posn, String comp)
在该复合名称中在指定位置添加一个单一组件。
|
Name |
Name.add(int posn, String comp)
在这个名称中在指定位置添加一个单一组件。
|
Name |
CompoundName.add(int posn, String comp)
在该复合名称中在指定位置添加一个单一组件。
|
Name |
CompositeName.add(String comp)
添加一个单一组件到这个复合名称的结尾。
|
Name |
Name.add(String comp)
在这个名称的结尾添加一个单一组件。
|
Name |
CompoundName.add(String comp)
添加一个单一组件到这个复合名称的结尾。
|
Name |
CompositeName.addAll(int posn, Name n)
在复合名称中添加一个复合名称的组件-在一个指定的位置。
|
Name |
Name.addAll(int posn, Name n)
在这个名称中添加一个名称的组件-在一个指定的位置。
|
Name |
CompoundName.addAll(int posn, Name n)
在这个复合名称中添加一个复合名称的组件-在一个指定的位置。
|
Name |
CompositeName.addAll(Name suffix)
添加一个复合名称的组件-以-到这个复合名称的结尾。
|
Name |
Name.addAll(Name suffix)
添加一个名称的组件-以-到这个名称的结尾。
|
Name |
CompoundName.addAll(Name suffix)
添加一个复合名称的组件-以-到这个复合名称的结尾。
|
Object |
CompositeName.remove(int posn)
从这个复合名称中删除一个组件。
|
Object |
Name.remove(int posn)
从这个名称中删除一个组件。
|
Object |
CompoundName.remove(int posn)
从这个复合名称中删除一个组件。
|
Constructor and Description |
---|
CompositeName(String n)
通过使用复合名称语法(左到右)解析字符串,构造一个新的复合名称实例(左到右)。
|
CompoundName(String n, Properties syntax)
通过使用提供的语法属性指定的语法解析解析字符串,构造一个新的复合名称实例。
|
Modifier and Type | Method and Description |
---|---|
Name |
LdapName.add(int posn, String comp)
添加到指定的位置在LDAP名称单组分。
|
Name |
LdapName.add(String comp)
增加了一个单组分的LDAP名称结尾。
|
Name |
LdapName.addAll(int posn, Name suffix)
在这个名称中添加一个名称的组件-在一个指定的位置。
|
Name |
LdapName.addAll(Name suffix)
添加一个名称的组件-以-到这个名称的结尾。
|
Object |
LdapName.remove(int posn)
删除从LDAP的名字的一部分。
|
Constructor and Description |
---|
LdapName(String name)
从给定的可分辨名称建立一个LDAP的名字。
|
Rdn(Attributes attrSet)
构建了由给定的属性设置一个RDN。
|
Rdn(String rdnString)
构建了从给定字符串的RDN。
|
Rdn(String type, Object value)
构建了从给定的属性的类型和值的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.