|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LdapInvalidDnException in org.apache.directory.shared.ldap.ldif |
---|
Methods in org.apache.directory.shared.ldap.ldif that throw LdapInvalidDnException | |
---|---|
static java.util.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 java.util.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(java.lang.String dn)
Set the Distinguished Name |
Uses of LdapInvalidDnException in org.apache.directory.shared.ldap.name |
---|
Subclasses of LdapInvalidDnException in org.apache.directory.shared.ldap.name | |
---|---|
class |
TooComplexException
This exception is used to signal, that the complex parser should be used. |
Methods in org.apache.directory.shared.ldap.name that throw LdapInvalidDnException | |
---|---|
DN |
DN.add(int posn,
java.lang.String comp)
|
DN |
DN.add(java.lang.String comp)
|
DN |
DN.addAll(DN suffix)
|
DN |
DN.addAll(int posn,
DN dn)
|
DN |
DN.addAll(int posn,
javax.naming.Name name)
|
DN |
DN.addAllNormalized(int posn,
DN name)
Adds the components of a name -- in order -- at a specified position within this name. |
java.lang.Object |
RDN.getValue(java.lang.String type)
Get the Value of the AttributeTypeAndValue which type is given as an argument. |
static DN |
DN.normalize(DN dn,
java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Change the internal DN, using the OID instead of the first name or other aliases. |
DN |
DN.normalize(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Change the internal DN, using the OID instead of the first name or other aliases. |
RDN |
RDN.normalize(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Transform a RDN by changing the value to its OID counterpart and normalizing the value accordingly to its type. |
static DN |
DN.normalize(java.lang.String name,
java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Static factory which creates a normalized DN from a String and a Map of OIDs. |
java.lang.String |
SimpleNameComponentNormalizer.normalizeName(java.lang.String attributeName)
|
DN |
DnParser.parse(java.lang.String dn)
Parse a String and return a DN if the String is a valid DN |
static void |
RdnParser.parse(java.lang.String dn,
RDN rdn)
Parse a NameComponent : |
void |
FastDnParser.parseDn(java.lang.String name,
DN dn)
Parses the given name string and fills the given DN object. |
void |
ComplexDnParser.parseDn(java.lang.String name,
java.util.List<RDN> rdns)
Parses an DN. |
static void |
DnParser.parseInternal(java.lang.String name,
java.util.List<RDN> rdns)
Parse a DN. |
void |
ComplexDnParser.parseRdn(java.lang.String name,
RDN rdn)
Parses an RDN. |
void |
FastDnParser.parseRdn(java.lang.String name,
RDN rdn)
Parses the given name string and fills the given Rdn object. |
RDN |
DN.remove(int posn)
|
void |
AVA.setType(java.lang.String upType,
java.lang.String type)
Store a new type |
void |
AVA.setTypeNormalized(java.lang.String type)
Store the type, after having trimmed and lowercased it. |
Constructors in org.apache.directory.shared.ldap.name that throw LdapInvalidDnException | |
---|---|
AVA(java.lang.String upType,
java.lang.String normType,
byte[] upValue,
byte[] normValue)
Construct an AVA. |
|
AVA(java.lang.String upType,
java.lang.String normType,
java.lang.String upValue,
java.lang.String normValue)
Construct an AVA. |
|
AVA(java.lang.String upType,
java.lang.String normType,
Value<?> upValue,
Value<?> normValue)
Construct an AVA. |
|
AVA(java.lang.String upType,
java.lang.String normType,
Value<?> upValue,
Value<?> normValue,
java.lang.String upName)
Construct an AVA. |
|
DN(DN dn)
Copies a DN to an DN. |
|
DN(java.lang.String... upRdns)
Creates a new instance of DN, using varargs to declare the RDNs. |
|
DN(java.lang.String upName)
Parse a String and checks that it is a valid DN |
|
RDN(java.lang.String rdn)
A constructor that parse a String representing a RDN. |
|
RDN(java.lang.String upType,
java.lang.String upValue)
A constructor that constructs a RDN from a type and a value. |
|
RDN(java.lang.String upType,
java.lang.String normType,
java.lang.String upValue,
java.lang.String normValue)
A constructor that constructs a RDN from a type and a value. |
Uses of LdapInvalidDnException in org.apache.directory.shared.ldap.schema.comparators |
---|
Methods in org.apache.directory.shared.ldap.schema.comparators that throw LdapInvalidDnException | |
---|---|
DN |
UniqueMemberComparator.getDn(java.lang.Object obj)
|
DN |
DnComparator.getDn(java.lang.Object obj)
|
Uses of LdapInvalidDnException in org.apache.directory.shared.ldap.schema.normalizers |
---|
Methods in org.apache.directory.shared.ldap.schema.normalizers that throw LdapInvalidDnException | |
---|---|
java.lang.String |
BooleanNormalizer.normalize(java.lang.String value)
Gets the normalized value. |
Value<?> |
BooleanNormalizer.normalize(Value<?> value)
Gets the normalized value. |
Uses of LdapInvalidDnException in org.apache.directory.shared.ldap.util |
---|
Methods in org.apache.directory.shared.ldap.util that throw LdapInvalidDnException | |
---|---|
static java.lang.String[] |
NamespaceTools.getCompositeComponents(java.lang.String compositeNameComponent)
Gets the '+' appended components of a composite name component. |
static DN |
NamespaceTools.getRelativeName(DN ancestor,
DN descendant)
Gets the relative name between an ancestor and a potential descendant. |
static boolean |
NamespaceTools.hasCompositeComponents(java.lang.String name)
Checks to see if a name has name complex name components in it. |
static boolean |
NamespaceTools.isSibling(DN name1,
DN name2)
Checks to see if two names are siblings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |