javax.naming.ldap
Interface Control

All Superinterfaces:
Serializable

public interface Control
extends Serializable


Field Summary
static boolean CRITICAL
           
static boolean NONCRITICAL
           
 
Method Summary
 byte[] getEncodedValue()
           
 String getID()
           
 boolean isCritical()
           
 

Field Detail

CRITICAL

static final boolean CRITICAL
See Also:
Constant Field Values

NONCRITICAL

static final boolean NONCRITICAL
See Also:
Constant Field Values
Method Detail

getID

String getID()

isCritical

boolean isCritical()

getEncodedValue

byte[] getEncodedValue()