public final class

ManageReferralControl

extends BasicControl
java.lang.Object
   ↳ com.sun.jndi.ldap.BasicControl
     ↳ com.sun.jndi.ldap.ManageReferralControl

Class Overview

This class implements the LDAPv3 Request Control for manageDsaIT as defined in draft-ietf-ldapext-namedref-00.txt. The control has no control value.

Summary

Constants
String OID The manage referral 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 com.sun.jndi.ldap.BasicControl
Public Constructors
ManageReferralControl()
Constructs a manage referral critical control.
ManageReferralControl(boolean criticality)
Constructs a manage referral control.
[Expand]
Inherited Methods
From class com.sun.jndi.ldap.BasicControl
From class java.lang.Object
From interface javax.naming.ldap.Control

Constants

public static final String OID

The manage referral 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 manage referral critical control.

public ManageReferralControl (boolean criticality)

Constructs a manage referral control.

Parameters
criticality The control's criticality setting.