org.pfsw.tools.beluga.ldap.protocol
Class LDAPControl
java.lang.Object
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
Constructor Summary |
LDAPControl(String id)
Initialize the new instance with default values. |
LDAPControl
public LDAPControl(String id)
- Initialize the new instance with default values.
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.