org.apache.directory.shared.ldap.codec.controls
Class CascadeControl
java.lang.Object
org.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.codec.controls.AbstractControl
org.apache.directory.shared.ldap.codec.controls.CascadeControl
- All Implemented Interfaces:
- Asn1Object, CodecControl, Control
public class CascadeControl
- extends AbstractControl
- Version:
- $Rev$
- Author:
- Apache Directory Project
|
Method Summary |
int |
computeLength()
Returns the default control length. |
String |
toString()
Return a String representing this Cascade Control. |
CONTROL_OID
public static final String CONTROL_OID
- The cascade control OID
- See Also:
- Constant Field Values
CascadeControl
public CascadeControl()
- Default constructor
computeLength
public int computeLength()
- Returns the default control length.
- Specified by:
computeLength in interface Asn1Object- Specified by:
computeLength in interface CodecControl- Overrides:
computeLength in class AbstractControl
toString
public String toString()
- Return a String representing this Cascade Control.
- Overrides:
toString in class AbstractControl
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.