ManageReferralControl (Java SE 11 & JDK 11 ) (original) (raw)
- javax.naming.ldap.BasicControl
- javax.naming.ldap.ManageReferralControl
All Implemented Interfaces:
[Serializable](../../../../java.base/java/io/Serializable.html "interface in java.io")
,[Control](Control.html "interface in javax.naming.ldap")
public final class ManageReferralControl
extends BasicControl
Requests that referral and other special LDAP objects be manipulated as normal LDAP objects. It enables the requestor to interrogate or update such objects.
This class implements the LDAPv3 Request Control for ManageDsaIT as defined inRFC 3296. The control has no control value.
Since:
1.5
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type Field Description static String OID The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2. * ### Fields declared in class javax.naming.ldap.[BasicControl](BasicControl.html "class in javax.naming.ldap") `[criticality](BasicControl.html#criticality), [id](BasicControl.html#id), [value](BasicControl.html#value)` * ### Fields declared in interface javax.naming.ldap.[Control](Control.html "interface in javax.naming.ldap") `[CRITICAL](Control.html#CRITICAL), [NONCRITICAL](Control.html#NONCRITICAL)`
Constructor Summary
Constructors
Constructor Description ManageReferralControl() Constructs a critical ManageReferral control. ManageReferralControl(boolean criticality) Constructs a ManageReferral control. Method Summary
* ### Methods declared in class javax.naming.ldap.[BasicControl](BasicControl.html "class in javax.naming.ldap") `[getEncodedValue](BasicControl.html#getEncodedValue%28%29), [getID](BasicControl.html#getID%28%29), [isCritical](BasicControl.html#isCritical%28%29)` * ### Methods declared in class java.lang.[Object](../../../../java.base/java/lang/Object.html "class in java.lang") `[clone](../../../../java.base/java/lang/Object.html#clone%28%29), [equals](../../../../java.base/java/lang/Object.html#equals%28java.lang.Object%29), [finalize](../../../../java.base/java/lang/Object.html#finalize%28%29), [getClass](../../../../java.base/java/lang/Object.html#getClass%28%29), [hashCode](../../../../java.base/java/lang/Object.html#hashCode%28%29), [notify](../../../../java.base/java/lang/Object.html#notify%28%29), [notifyAll](../../../../java.base/java/lang/Object.html#notifyAll%28%29), [toString](../../../../java.base/java/lang/Object.html#toString%28%29), [wait](../../../../java.base/java/lang/Object.html#wait%28%29), [wait](../../../../java.base/java/lang/Object.html#wait%28long%29), [wait](../../../../java.base/java/lang/Object.html#wait%28long,int%29)`
Field Detail
* #### OID public static final [String](../../../../java.base/java/lang/String.html "class in java.lang") OID The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2. See Also: [Constant Field Values](../../../../constant-values.html#javax.naming.ldap.ManageReferralControl.OID)
Constructor Detail
* #### ManageReferralControl public ManageReferralControl() Constructs a critical ManageReferral control. * #### ManageReferralControl public ManageReferralControl(boolean criticality) Constructs a ManageReferral control. Parameters: `criticality` \- The control's criticality setting.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.