|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPModification
public class 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. |
private LDAPModification |
mod
|
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. |
|
LDAPModification(LDAPModification mod)
Constructs an LDAPModification from a com.novell.ldap.LDAPModification |
Method Summary | |
---|---|
LDAPAttribute |
getAttribute()
Returns the attribute to modify, with any existing values. |
int |
getOp()
Returns the type of modification specified by this object. |
(package private) LDAPModification |
getWrappedObject()
Returns the com.novell.ldap.LDAPModification object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private LDAPModification mod
public static final int ADD
public static final int DELETE
public static final int REPLACE
Constructor Detail |
---|
LDAPModification(LDAPModification mod)
public LDAPModification(int op, LDAPAttribute attr)
Method Detail |
---|
LDAPModification getWrappedObject()
public LDAPAttribute getAttribute()
public int getOp()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |