|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LdapInvalidDnException in org.apache.directory.api.ldap.model.entry |
|---|
| Methods in org.apache.directory.api.ldap.model.entry that throw LdapInvalidDnException | |
|---|---|
void |
ImmutableEntry.setDn(String dn)
Set this entry's Dn. |
void |
Entry.setDn(String dn)
Set this entry's Dn. |
void |
DefaultEntry.setDn(String dn)
Set this entry's Dn. |
| Constructors in org.apache.directory.api.ldap.model.entry that throw LdapInvalidDnException | |
|---|---|
DefaultEntry(SchemaManager schemaManager,
String dn)
Creates a new instance of DefaultEntry, schema aware. |
|
DefaultEntry(String dn)
Creates a new instance of DefaultEntry, with a Dn. |
|
| Uses of LdapInvalidDnException in org.apache.directory.api.ldap.model.ldif |
|---|
| Methods in org.apache.directory.api.ldap.model.ldif that throw LdapInvalidDnException | |
|---|---|
static List<LdifEntry> |
LdifRevertor.reverseMoveAndRename(Entry entry,
Dn newSuperior,
Rdn newRdn,
boolean deleteOldRdn)
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn. |
static List<LdifEntry> |
LdifRevertor.reverseRename(Entry entry,
Rdn newRdn,
boolean deleteOldRdn)
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn. |
void |
LdifEntry.setDn(String dn)
Set the Distinguished Name |
| Constructors in org.apache.directory.api.ldap.model.ldif that throw LdapInvalidDnException | |
|---|---|
LdifEntry(String dn,
Object... strings)
Creates a LdifEntry using a list of strings representing the Ldif element |
|
| Uses of LdapInvalidDnException in org.apache.directory.api.ldap.model.name |
|---|
| Subclasses of LdapInvalidDnException in org.apache.directory.api.ldap.model.name | |
|---|---|
class |
TooComplexException
This exception is used to signal, that the complex parser should be used. |
| Methods in org.apache.directory.api.ldap.model.name that throw LdapInvalidDnException | |
|---|---|
Dn |
Dn.add(Dn suffix)
|
Dn |
Dn.add(Rdn newRdn)
Adds a single Rdn to the (leaf) end of this name. |
Dn |
Dn.add(String comp)
|
Rdn |
Rdn.apply(SchemaManager schemaManager)
Transform a Rdn by changing the value to its OID counterpart and normalizing the value accordingly to its type. |
Dn |
Dn.apply(SchemaManager schemaManager)
Normalizes the Dn using the given the schema manager, unless the Dn is already normalized |
void |
Ava.apply(SchemaManager schemaManager)
Apply a SchemaManager to the Ava. |
Dn |
Dn.apply(SchemaManager schemaManager,
boolean force)
Normalizes the Dn using the given the schema manager. |
Dn |
Dn.getAncestorOf(Dn descendant)
Get the ancestor of a given DN, using the descendant DN. |
Dn |
Dn.getAncestorOf(String descendant)
Get the ancestor of a given DN, using the descendant DN. |
Dn |
Dn.getDescendantOf(Dn ancestor)
Get the descendant of a given DN, using the ancestr DN. |
Dn |
Dn.getDescendantOf(String ancestor)
Get the descendant of a given DN, using the ancestr DN. |
Object |
Rdn.getValue(String type)
Get the Value of the Ava which type is given as an argument. |
| Constructors in org.apache.directory.api.ldap.model.name that throw LdapInvalidDnException | |
|---|---|
Ava(SchemaManager schemaManager,
String upType,
byte[] upValue)
Construct a schema aware Ava containing a binary value. |
|
Ava(SchemaManager schemaManager,
String upType,
String upValue)
Construct a schema aware Ava with a String value. |
|
Ava(String upType,
byte[] upValue)
Construct an Ava containing a binary value. |
|
Ava(String upType,
String upValue)
Construct an Ava with a String value. |
|
Dn(Rdn... rdns)
Creates a Dn from a list of Rdns. |
|
Dn(Rdn rdn,
Dn dn)
Creates a Dn concatenating a Rdn and a Dn. |
|
Dn(SchemaManager schemaManager,
Rdn... rdns)
Creates a Schema aware Dn from a list of Rdns. |
|
Dn(SchemaManager schemaManager,
String... upRdns)
Creates a new instance of schema aware Dn, using varargs to declare the RDNs. |
|
Dn(String... upRdns)
Creates a new instance of Dn, using varargs to declare the RDNs. |
|
Rdn(SchemaManager schemaManager,
String rdn)
A constructor that parse a String representing a schema aware Rdn. |
|
Rdn(SchemaManager schemaManager,
String upType,
String upValue)
A constructor that constructs a schema aware Rdn from a type and a value. |
|
Rdn(String rdn)
A constructor that parse a String representing a Rdn. |
|
Rdn(String upType,
String upValue)
A constructor that constructs a Rdn from a type and a value. |
|
| Uses of LdapInvalidDnException in org.apache.directory.api.ldap.model.schema.comparators |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.comparators that throw LdapInvalidDnException | |
|---|---|
Dn |
UniqueMemberComparator.getDn(Object obj)
|
| Uses of LdapInvalidDnException in org.apache.directory.api.ldap.model.schema.normalizers |
|---|
| Methods in org.apache.directory.api.ldap.model.schema.normalizers that throw LdapInvalidDnException | |
|---|---|
String |
BooleanNormalizer.normalize(String value)
Gets the normalized value. |
Value<?> |
BooleanNormalizer.normalize(Value<?> value)
Gets the normalized value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||