Uses of Interface
javax.naming.directory.Attribute
-
Packages that use Attribute 软件包 描述 javax.naming.directory 扩展javax.naming
程序包以提供访问目录服务的功能。 -
-
Uses of Attribute in javax.naming.directory
Classes in javax.naming.directory that implement Attribute 变量和类型 类 描述 class
BasicAttribute
此类提供Attribute
接口的基本实现。Methods in javax.naming.directory that return Attribute 变量和类型 方法 描述 Attribute
Attributes. get(String attrID)
从属性集中检索具有给定属性id的属性。Attribute
ModificationItem. getAttribute()
检索与此修改项关联的属性。Attribute
Attributes. put(String attrID, Object val)
向属性集添加新属性。Attribute
Attributes. put(Attribute attr)
向属性集添加新属性。Attribute
Attributes. remove(String attrID)
从属性集中删除属性id为'attrID'的属性。Methods in javax.naming.directory that return types with arguments of type Attribute 变量和类型 方法 描述 NamingEnumeration<? extends Attribute>
Attributes. getAll()
检索属性集中属性的枚举。Methods in javax.naming.directory with parameters of type Attribute 变量和类型 方法 描述 Attribute
Attributes. put(Attribute attr)
向属性集添加新属性。Constructors in javax.naming.directory with parameters of type Attribute 构造器 描述 ModificationItem(int mod_op, Attribute attr)
创建ModificationItem的新实例。
-