API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. BasicControl View Source
Author(s)
Vincent Ryan
Since
1.5
Version
Serial
Hierarchy
 Object
      BasicControl
Implements
 Control
Subclasses
Description
public class BasicControl
  This class provides a basic implementation of the Control interface.
See also:   
Constructors
public BasicControl (String id)
  Constructs a non-critical control.
public BasicControl (String id, boolean criticality, byte[] value)
  Constructs a control using the supplied arguments.
Methods
Hide/Show inherited methods
public byte getEncodedValue () [Specified in Control]
  Retrieves the control's ASN.1 BER encoded value.
public String getID () [Specified in Control]
  Retrieves the control's object identifier string.
public boolean isCritical () [Specified in Control]
  Determines the control's criticality.
Fields
Hide/Show inherited fields
publicfinalstatic boolean CRITICAL = "true" [Inherited From Control]
  Indicates a critical control.
protected boolean criticality
The control's criticality.
protected String id
The control's object identifier string.
publicfinalstatic boolean NONCRITICAL = "false" [Inherited From Control]
  Indicates a non-critical control.
protected byte value
The control's ASN.1 BER encoded value.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar