|
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 | +--org.ietf.ldap.LDAPModification
Represents a single add, delete, or replace operation to an LDAPAttribute.
Field Summary | |
static int |
ADD
Adds the listed values to the given attribute. |
static int |
DELETE
Deletes the listed values from the given attribute. |
static int |
REPLACE
Replaces all existing values of the given attribute with the new values listed. |
Constructor Summary | |
LDAPModification(int op,
LDAPAttribute attr)
Specifies a modification to be made to an attribute. |
Method Summary | |
LDAPAttribute |
getAttribute()
Returns the attribute to modify, with any existing values. |
int |
getOp()
Returns the type of modification specified by this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ADD
public static final int DELETE
public static final int REPLACE
Constructor Detail |
public LDAPModification(int op, LDAPAttribute attr)
Method Detail |
public LDAPAttribute getAttribute()
public int getOp()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |