API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. Control View Source
Author(s)
Rosanna Lee
Scott Seligman
Vincent Ryan
Since
1.3
Version
1.9 05/11/17
Serial
Hierarchy
 Serializable
      Control
Subinterfaces
Description
public interface Control
  This interface represents an LDAPv3 control as defined in RFC 2251.
See also:    ControlFactory
Methods
Hide/Show inherited methods
public byte getEncodedValue ()
  Retrieves the ASN.1 BER encoded value of the LDAP control.
public String getID ()
  Retrieves the object identifier assigned for the LDAP control.
public boolean isCritical ()
  Determines the criticality of the LDAP control.
Fields
Hide/Show inherited fields
publicfinalstatic boolean CRITICAL = "true"
  Indicates a critical control.
publicfinalstatic boolean NONCRITICAL = "false"
  Indicates a non-critical control.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar