| Constructor and Description |
|---|
RDNSequence() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RDN rdn)
Adds an RDN to the sequence.
|
Iterable<RDN> |
backward() |
String |
getValue(AttributeType type)
Gets the first value of the given type that appears in the attribute list of any RDN in the sequence.
|
List<String> |
getValues(AttributeType type)
Gets an immutable list of all attributes of the given type.
|
Iterator<RDN> |
iterator() |
String |
toString()
Creates a comma-separated list of TYPE=VALUE tokens from the attributes in the list in order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void add(RDN rdn)
rdn - RDN to add.public Iterable<RDN> backward()
public List<String> getValues(AttributeType type)
type - Attribute type.public String getValue(AttributeType type)
type - Attribute type.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.