|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.ietf.ldap.LDAPExtendedOperation
Encapsulates an ID which uniquely identifies a particular extended operation.
| Constructor Summary | |
LDAPExtendedOperation(java.lang.String oid,
byte[] vals)
Constructs a new object with the specified object ID and data. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a clone of this object |
java.lang.String |
getID()
Returns the unique identifier of the operation. |
byte[] |
getValue()
Returns a reference to the operation-specific data. |
protected void |
setValue(byte[] newVals)
Sets the value for the operation-specific data. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LDAPExtendedOperation(java.lang.String oid,
byte[] vals)
| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String getID()
public byte[] getValue()
protected void setValue(byte[] newVals)
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||