API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. ManageReferralControl View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      BasicControl
          ManageReferralControl
Implements
Subclasses
Description
publicfinal class ManageReferralControl
  Requests that referral and other special LDAP objects be manipulated as normal LDAP objects.
See also:   
Constructors
public ManageReferralControl ()
Constructs a critical ManageReferral control.
public ManageReferralControl (boolean criticality)
  Constructs a ManageReferral control.
Methods
Hide/Show inherited methods
public byte getEncodedValue () [Inherited From BasicControl]
  Retrieves the control's ASN.1 BER encoded value.
public String getID () [Inherited From BasicControl]
  Retrieves the control's object identifier string.
public boolean isCritical () [Inherited From BasicControl]
  Determines the control's criticality.
Fields
Hide/Show inherited fields
protected boolean criticality [Inherited From BasicControl]
The control's criticality.
protected String id [Inherited From BasicControl]
The control's object identifier string.
publicfinalstatic String OID = "2.16.840.1.113730.3.4.2"
The ManageReferral control's assigned object identifier is 2.16.840.1.113730.3.4.2.
protected byte value [Inherited From BasicControl]
The control's ASN.1 BER encoded value.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar