public final class

ManageReferralControl

extends BasicControl
java.lang.Object
   ↳ javax.naming.ldap.BasicControl
     ↳ javax.naming.ldap.ManageReferralControl

Class Overview

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 in RFC 3296. The control has no control value.

Summary

Constants
String OID The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2.
[Expand]
Inherited Constants
From interface javax.naming.ldap.Control
[Expand]
Inherited Fields
From class javax.naming.ldap.BasicControl
Public Constructors
ManageReferralControl()
Constructs a critical ManageReferral control.
ManageReferralControl(boolean criticality)
Constructs a ManageReferral control.
[Expand]
Inherited Methods
From class javax.naming.ldap.BasicControl
From class java.lang.Object
From interface javax.naming.ldap.Control

Constants

public static final String OID

The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2.

Constant Value: "2.16.840.1.113730.3.4.2"

Public Constructors

public ManageReferralControl ()

Constructs a critical ManageReferral control.

public ManageReferralControl (boolean criticality)

Constructs a ManageReferral control.

Parameters
criticality The control's criticality setting.