|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rdn | |
---|---|
org.apache.directory.shared.ldap.codec.modifyDn | |
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.name |
Uses of Rdn in org.apache.directory.shared.ldap.codec.modifyDn |
---|
Methods in org.apache.directory.shared.ldap.codec.modifyDn that return Rdn | |
---|---|
Rdn |
ModifyDNRequest.getNewRDN()
Get the new RDN |
Methods in org.apache.directory.shared.ldap.codec.modifyDn with parameters of type Rdn | |
---|---|
void |
ModifyDNRequest.setNewRDN(Rdn newRDN)
Set the new 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. |
Rdn |
ModifyDnRequest.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. |
void |
ModifyDnRequest.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 |
---|
Methods in org.apache.directory.shared.ldap.name that return Rdn | |
---|---|
Rdn |
LdapDN.getRdn()
Retrieves the last component of this name. |
Rdn |
LdapDN.getRdn(int posn)
Retrieves a component of this name. |
Methods in org.apache.directory.shared.ldap.name with parameters of type Rdn | |
---|---|
javax.naming.Name |
LdapDN.add(Rdn newRdn)
Adds a single RDN to the end of this name. |
static int |
RdnParser.parse(java.lang.String dn,
Position pos,
Rdn rdn)
Parse a NameComponent : |
static void |
RdnParser.parse(java.lang.String string,
Rdn rdn)
Parse a NameComponent : |
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 |