|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.LDAPAttribute
public class LDAPAttribute
An attribute for the current entry.
This type describes an attribute for
the current LDAP entry. The ModOp
field is
only used in Modify
operations.
AttributeType: Attribute type for the current entry.
If the value of AttributeType
is an empty string, then Value
that contains the
corresponding value is part of a set of values, and the attribute type for the set
is specified in the previous attribute of the collection
with a non-empty AttributeType
.
ModOp: An operation to apply on attributes during an LDAP modify operation.
Possible values include:
Value: Attribute value for the current entry.
If the value is part of a set of values, the AttributeType
that contains the
corresponding attribute type is an empty string, and the attribute type for
the set is specified in the previous attribute of the collection
with a non-empty AttributeType
.
Atom
,
Atom.LDAPAttribute
Field Summary | |
---|---|
static int |
amoAdd
|
static int |
amoDelete
|
static int |
amoReplace
|
Constructor Summary | |
---|---|
LDAPAttribute()
|
|
LDAPAttribute(java.lang.String attributeType)
|
|
LDAPAttribute(java.lang.String attributeType,
java.lang.String value)
|
|
LDAPAttribute(java.lang.String attributeType,
java.lang.String value,
int LDAPAttributeModOp)
|
Method Summary | |
---|---|
java.lang.String |
getAttributeType()
|
int |
getModOp()
|
byte[] |
getValue()
|
void |
setAttributeType(java.lang.String value)
|
void |
setModOp(int value)
|
void |
setValue(byte[] value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int amoAdd
public static final int amoDelete
public static final int amoReplace
Constructor Detail |
---|
public LDAPAttribute()
public LDAPAttribute(java.lang.String attributeType)
public LDAPAttribute(java.lang.String attributeType, java.lang.String value)
public LDAPAttribute(java.lang.String attributeType, java.lang.String value, int LDAPAttributeModOp)
Method Detail |
---|
public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String value)
public int getModOp()
public void setModOp(int value)
public byte[] getValue()
public void setValue(byte[] value)
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |