| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.name |
| Modifier and Type | Field and Description |
|---|---|
protected Ava |
Rdn.ava
A simple Ava is used to store the Rdn for the simple
case where we only have a single type=value.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Ava> |
Rdn.avas
Stores all couple type = value.
|
private Map<String,List<Ava>> |
Rdn.avaTypes
We also keep a set of types, in order to use manipulations.
|
| Modifier and Type | Method and Description |
|---|---|
Ava |
Ava.clone()
Implements the cloning.
|
Ava |
Rdn.getAva()
Return the unique Ava, or the first one of we have more
than one
|
Ava |
Rdn.getAva(int pos)
Return the Nth Ava
|
Ava |
Rdn.getAva(String type)
Get the Ava which type is given as an argument.
|
| Modifier and Type | Method and Description |
|---|---|
private List<Ava> |
Rdn.addOrdered(List<Ava> avaList,
Ava newAva)
Add an AVA in a List of Ava, at the right place (ordered)
|
Iterator<Ava> |
Rdn.iterator()
Retrieves the components of this Rdn as an iterator of Avas.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Rdn.addAVA(SchemaManager schemaManager,
Ava addedAva)
Add an Ava to the current schema aware Rdn
|
private List<Ava> |
Rdn.addOrdered(List<Ava> avaList,
Ava newAva)
Add an AVA in a List of Ava, at the right place (ordered)
|
private void |
Rdn.buildNormRdn(StringBuilder sb,
Ava ava) |
int |
Ava.compareTo(Ava that) |
private int |
Ava.compareValues(Ava that) |
| Modifier and Type | Method and Description |
|---|---|
private List<Ava> |
Rdn.addOrdered(List<Ava> avaList,
Ava newAva)
Add an AVA in a List of Ava, at the right place (ordered)
|
| Constructor and Description |
|---|
Ava(SchemaManager schemaManager,
Ava ava)
Constructs new Ava using the provided SchemaManager and AVA
|
Rdn(Ava... avas)
Creates a new RDN from a list of AVA
|
Rdn(SchemaManager schemaManager,
Ava... avas)
Creates a new schema aware RDN from a list of AVA
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.