软件包 | 描述 |
---|---|
javax.naming.directory |
延伸
javax.naming包用于访问目录服务提供的功能。
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAttribute
这个类提供了
Attribute接口的基本实现。
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(String attrID)
从属性集从给定的属性标识检索属性。
|
Attribute |
BasicAttributes.get(String attrID) |
Attribute |
ModificationItem.getAttribute()
检索与此修改项目关联的属性。
|
Attribute |
Attributes.put(Attribute attr)
在属性集上添加一个新属性。
|
Attribute |
BasicAttributes.put(Attribute attr) |
Attribute |
Attributes.put(String attrID, Object val)
在属性集上添加一个新属性。
|
Attribute |
BasicAttributes.put(String attrID, Object val) |
Attribute |
Attributes.remove(String attrID)
删除属性与属性ID的attrid从属性集。
|
Attribute |
BasicAttributes.remove(String attrID) |
Modifier and Type | Method and Description |
---|---|
NamingEnumeration<? extends Attribute> |
Attributes.getAll()
检索属性集中的属性的枚举数。
|
NamingEnumeration<Attribute> |
BasicAttributes.getAll() |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.put(Attribute attr)
在属性集上添加一个新属性。
|
Attribute |
BasicAttributes.put(Attribute attr) |
Constructor and Description |
---|
ModificationItem(int mod_op, Attribute attr)
创建一个新的实例modificationitem。
|
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.