Package | Description |
---|---|
org.apache.directory.shared.ldap.name |
Modifier and Type | Field and Description |
---|---|
protected AVA |
RDN.atav
A simple AttributeTypeAndValue is used to store the Rdn for the simple
case where we only have a single type=value.
|
Modifier and Type | Method and Description |
---|---|
static AVA |
AVASerializer.deserialize(ObjectInput in)
Deserialize an AttributeTypeAndValue object
We read back the data to create a new ATAV.
|
AVA |
RDN.getAtav()
Return the unique AttributeTypeAndValue, or the first one of we have more
than one
|
AVA |
RDN.getAttributeTypeAndValue(String type)
Get the AttributeTypeAndValue which type is given as an argument.
|
Modifier and Type | Method and Description |
---|---|
Iterator<AVA> |
RDN.iterator()
Retrieves the components of this RDN as an iterator of AttributeTypeAndValue.
|
Modifier and Type | Method and Description |
---|---|
static void |
AVASerializer.serialize(AVA atav,
ObjectOutput out)
Serialize an AttributeTypeAndValue object.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.