|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.naming.ldap.BasicControl javax.naming.ldap.ManageReferralControl
public final class ManageReferralControl
将引用和其他特殊 LDAP 对象作为普通 LDAP 对象处理的请求。它允许请求者询问或更新这些对象。
此类实现 RFC 3296 中定义的 ManageDsaIT 的 LDAPv3 请求控件。 该控件不具有任何控件值。
字段摘要 | |
---|---|
static String |
OID
ManageReferral 控件的分配对象标识符为 2.16.840.1.113730.3.4.2。 |
从类 javax.naming.ldap.BasicControl 继承的字段 |
---|
criticality, id, value |
从接口 javax.naming.ldap.Control 继承的字段 |
---|
CRITICAL, NONCRITICAL |
构造方法摘要 | |
---|---|
ManageReferralControl()
构造一个关键的 ManageReferral 控件。 |
|
ManageReferralControl(boolean criticality)
构造一个 ManageReferral 控件。 |
方法摘要 |
---|
从类 javax.naming.ldap.BasicControl 继承的方法 |
---|
getEncodedValue, getID, isCritical |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final String OID
构造方法详细信息 |
---|
public ManageReferralControl()
public ManageReferralControl(boolean criticality)
criticality
- 控件的关键性设置。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。