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 NameValueModifier and TypeFieldDescriptionstatic final Comparator<NameValue>DefaultRDnNormalizer.COMPARE_BY_NAMEComparator that compares name values by name.private final Comparator<NameValue>DefaultRDnNormalizer.nameValueComparatorName value comparator for sorting.RDn.nameValuesName value pairs.Methods 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 NameValueModifierConstructorDescriptionDefaultRDnNormalizer(AttributeValueEscaper escaper, Function<String, String> nameNormalizer, Function<String, String> valueNormalizer, Comparator<NameValue> comparator) Creates a new default RDN normalizer.RDn(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