Uses of Class
org.ldaptive.dn.NameValue
Packages that use NameValue
-
Uses of NameValue in org.ldaptive.dn
Fields in org.ldaptive.dn with type parameters of type NameValueMethods in org.ldaptive.dn that return NameValueModifier and TypeMethodDescriptionRDn.getNameValue()
Returns the first name value pair in this RDN.RDn.getNameValue
(String name) Returns a single name value that matches the supplied name.Methods in org.ldaptive.dn that return types with arguments of type NameValueModifier and TypeMethodDescriptionRDn.getNameValues()
Returns all the name value pairs in this RDN.RDn.getNameValues
(String name) Returns the name values that match the supplied name.Constructors in org.ldaptive.dn with parameters of type NameValueModifierConstructorDescriptionCreates a new RDN with the supplied name value pairs.Constructor parameters in org.ldaptive.dn with type arguments of type NameValueModifierConstructorDescriptionRDn
(Collection<NameValue> values) Creates a new RDN with the supplied name value pairs. -
Uses of NameValue in org.ldaptive.ssl
Methods in org.ldaptive.ssl that return types with arguments of type NameValue