org.pfsw.tools.beluga.ldap.protocol
Class LDAPControl

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.protocol.LDAPControl
All Implemented Interfaces:
Serializable, Control

public class LDAPControl
extends Object
implements Control

Represents a single controls as it can be used with requests and responses.

Version:
1.0
Author:
M.Duchrow
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
 
Constructor Summary
LDAPControl(String id)
          Initialize the new instance with default values.
 
Method Summary
 byte[] getEncodedValue()
           
 String getID()
           
 String getValue()
           
 boolean isCritical()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPControl

public LDAPControl(String id)
Initialize the new instance with default values.

Method Detail

getEncodedValue

public byte[] getEncodedValue()
Specified by:
getEncodedValue in interface Control

getID

public String getID()
Specified by:
getID in interface Control

isCritical

public boolean isCritical()
Specified by:
isCritical in interface Control

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.