Uses of Class
javax.naming.ldap.Rdn
Packages that use Rdn
-
Uses of Rdn in javax.naming.ldap
Methods in javax.naming.ldap that return RdnModifier and TypeMethodDescriptionLdapName.getRdn
(int posn) Retrieves an RDN of this LDAP name as an Rdn.Methods in javax.naming.ldap that return types with arguments of type RdnModifier and TypeMethodDescriptionLdapName.getRdns()
Retrieves the list of relative distinguished names.Methods in javax.naming.ldap with parameters of type RdnModifier and TypeMethodDescriptionAdds a single RDN at a specified position within this LDAP name.Adds a single RDN to the end of this LDAP name.Method parameters in javax.naming.ldap with type arguments of type RdnModifier and TypeMethodDescriptionAdds the RDNs of a name -- in order -- at a specified position within this name.Adds the RDNs of a name -- in order -- to the end of this name.boolean
Determines whether the specified RDN sequence forms a suffix of this LDAP name.boolean
LdapName.startsWith
(List<Rdn> rdns) Determines whether the specified RDN sequence forms a prefix of this LDAP name.Constructors in javax.naming.ldap with parameters of type RdnConstructor parameters in javax.naming.ldap with type arguments of type Rdn