|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.ldap.LDAPControl | +--org.ietf.ldap.LDAPControl
Encapsulates additional optional parameters for an LDAP operation, either on the server or on the client.
Constructor Summary | |
protected |
LDAPControl(com.novell.ldap.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, register |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LDAPControl(com.novell.ldap.LDAPControl control)
public LDAPControl(java.lang.String id, boolean critical, byte[] vals)
Method Detail |
public java.lang.Object clone()
clone
in class com.novell.ldap.LDAPControl
protected void setValue(byte[] controlValue)
setValue
in class com.novell.ldap.LDAPControl
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |