|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.LDAPControl
org.ietf.ldap.LDAPControl
public class LDAPControl
Encapsulates additional optional parameters for an LDAP operation, either on the server or on the client.
| Constructor Summary | |
|---|---|
protected |
LDAPControl(LDAPControl control)
Constructs a control from a com.novell.ldap.LDAPControl object |
|
LDAPControl(java.lang.String id,
boolean critical,
byte[] vals)
Constructs a new LDAPControl object using the specified values. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of this object. |
protected void |
setValue(byte[] controlValue)
Sets the control-specific data of the object. |
| Methods inherited from class com.novell.ldap.LDAPControl |
|---|
getID, getValue, isCritical, readDSML, readExternal, register, toString, writeDSML, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected LDAPControl(LDAPControl control)
public LDAPControl(java.lang.String id,
boolean critical,
byte[] vals)
| Method Detail |
|---|
public java.lang.Object clone()
clone in class LDAPControlprotected void setValue(byte[] controlValue)
setValue in class LDAPControl
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||