Uses of Class
org.ldaptive.dn.NameValue
-
Packages that use NameValue Package Description org.ldaptive.dn -
-
Uses of NameValue in org.ldaptive.dn
Methods in org.ldaptive.dn that return NameValue Modifier and Type Method Description NameValue
RDn. getNameValue()
Returns the first name value pair in this RDN.NameValue
RDn. getNameValue(java.lang.String name)
Returns a single name value that matches the supplied name.Methods in org.ldaptive.dn that return types with arguments of type NameValue Modifier and Type Method Description java.util.Set<NameValue>
RDn. getNameValues()
Returns all the name value pairs in this RDN.java.util.Set<NameValue>
RDn. getNameValues(java.lang.String name)
Returns the name values that match the supplied name.Constructors in org.ldaptive.dn with parameters of type NameValue Constructor Description RDn(NameValue... value)
Creates a new RDN with the supplied name value pairs.Constructor parameters in org.ldaptive.dn with type arguments of type NameValue Constructor Description RDn(java.util.Collection<NameValue> values)
Creates a new RDN with the supplied name value pairs.
-