com.sun.jndi.ldap.ctl
Class TreeDeleteControl

java.lang.Object
  extended by com.sun.jndi.ldap.BasicControl
      extended by com.sun.jndi.ldap.ctl.TreeDeleteControl
All Implemented Interfaces:
java.io.Serializable, javax.naming.ldap.Control

public final class TreeDeleteControl
extends com.sun.jndi.ldap.BasicControl

This class implements the LDAPv3 Request Control for Tree Delete as defined in draft-armijo-ldap-treedelete-02.txt The control has no control value.

Author:
Vincent Ryan
See Also:
Serialized Form

Field Summary
static java.lang.String OID
          The tree delete control's assigned object identifier is 1.2.840.113556.1.4.805.
private static long serialVersionUID
           
 
Fields inherited from class com.sun.jndi.ldap.BasicControl
criticality, id, value
 
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
 
Constructor Summary
TreeDeleteControl()
          Constructs a tree delete critical control.
TreeDeleteControl(boolean criticality)
          Constructs a tree delete control.
 
Method Summary
 
Methods inherited from class com.sun.jndi.ldap.BasicControl
getEncodedValue, getID, isCritical
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final java.lang.String OID
The tree delete control's assigned object identifier is 1.2.840.113556.1.4.805.

See Also:
Constant Field Values

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TreeDeleteControl

public TreeDeleteControl()
Constructs a tree delete critical control.


TreeDeleteControl

public TreeDeleteControl(boolean criticality)
Constructs a tree delete control.

Parameters:
criticality - The control's criticality setting.