|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RDN in org.apache.directory.shared.dsmlv2.request |
---|
Methods in org.apache.directory.shared.dsmlv2.request that return RDN | |
---|---|
RDN |
ModifyDNRequestDsml.getNewRDN()
Get the new RDN |
Methods in org.apache.directory.shared.dsmlv2.request with parameters of type RDN | |
---|---|
void |
ModifyDNRequestDsml.setNewRDN(RDN newRDN)
Set the new RDN |
Uses of RDN in org.apache.directory.shared.ldap.codec.modifyDn |
---|
Methods in org.apache.directory.shared.ldap.codec.modifyDn that return RDN | |
---|---|
RDN |
ModifyDNRequestCodec.getNewRDN()
Get the new RDN |
Methods in org.apache.directory.shared.ldap.codec.modifyDn with parameters of type RDN | |
---|---|
void |
ModifyDNRequestCodec.setNewRDN(RDN newRDN)
Set the new RDN |
Uses of RDN in org.apache.directory.shared.ldap.ldif |
---|
Methods in org.apache.directory.shared.ldap.ldif with parameters of type RDN | |
---|---|
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. |
Uses of RDN in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that return RDN | |
---|---|
RDN |
ModifyDnRequestImpl.getNewRdn()
Gets the new relative distinguished name for the entry which represents the PDU's newrdn field. |
Methods in org.apache.directory.shared.ldap.message with parameters of type RDN | |
---|---|
void |
ModifyDnRequestImpl.setNewRdn(RDN newRdn)
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field. |
Uses of RDN in org.apache.directory.shared.ldap.message.internal |
---|
Methods in org.apache.directory.shared.ldap.message.internal that return RDN | |
---|---|
RDN |
InternalModifyDnRequest.getNewRdn()
Gets the new relative distinguished name for the entry which represents the PDU's newrdn field. |
Methods in org.apache.directory.shared.ldap.message.internal with parameters of type RDN | |
---|---|
void |
InternalModifyDnRequest.setNewRdn(RDN newRdn)
Sets the new relative distinguished name for the entry which represents the PDU's newrdn field. |
Uses of RDN in org.apache.directory.shared.ldap.name |
---|
Fields in org.apache.directory.shared.ldap.name declared as RDN | |
---|---|
static RDN |
RDN.EMPTY_RDN
An empty RDN |
Fields in org.apache.directory.shared.ldap.name with type parameters of type RDN | |
---|---|
protected java.util.List<RDN> |
DN.rdns
The RDNs that are elements of the DN NOTE THAT THESE ARE IN THE OPPOSITE ORDER FROM THAT IMPLIED BY THE JAVADOC! Rdn[0] is rdns.get(n) and Rdn[n] is rdns.get(0) |
Methods in org.apache.directory.shared.ldap.name that return RDN | |
---|---|
static RDN |
RdnSerializer.deserialize(java.io.ObjectInput in)
Deserialize a RDN instance We read back the data to create a new RDB. |
RDN |
DN.getRdn()
Retrieves the last (leaf) component of this name. |
RDN |
DN.getRdn(int posn)
Retrieves a component of this name. |
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. |
RDN |
DN.remove(int posn)
|
Methods in org.apache.directory.shared.ldap.name that return types with arguments of type RDN | |
---|---|
java.util.Enumeration<RDN> |
DN.getAllRdn()
Retrieves the components of this name as an enumeration of strings. |
java.util.List<RDN> |
DN.getRdns()
Retrieves all the components of this name. |
java.util.Iterator<RDN> |
DN.iterator()
|
Methods in org.apache.directory.shared.ldap.name with parameters of type RDN | |
---|---|
DN |
DN.add(int pos,
RDN newRdn)
Adds a single RDN to a specific position. |
DN |
DN.add(RDN newRdn)
Adds a single RDN to the (leaf) end of this name. |
DN |
DN.addNormalized(RDN newRdn)
Adds a single normalized RDN to the (leaf) end of this name. |
int |
RDN.compareTo(RDN rdn)
Compares two RDNs. |
static void |
RdnParser.parse(java.lang.String dn,
RDN rdn)
Parse a NameComponent : |
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. |
static void |
RdnSerializer.serialize(RDN rdn,
java.io.ObjectOutput out)
Serialize a RDN instance A RDN is composed of on to many ATAVs (AttributeType And Value). |
Method parameters in org.apache.directory.shared.ldap.name with type arguments of type RDN | |
---|---|
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. |
Constructors in org.apache.directory.shared.ldap.name with parameters of type RDN | |
---|---|
RDN(RDN rdn)
Constructs an Rdn from the given rdn. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |