Uses of Class
org.ldaptive.dn.NameValue
-
Packages that use NameValue Package Description org.ldaptive.dn org.ldaptive.ssl -
-
Uses of NameValue in org.ldaptive.dn
Fields in org.ldaptive.dn with type parameters of type NameValue Modifier and Type Field Description private Set<NameValue>
RDn. nameValues
Name value pairs.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(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 Set<NameValue>
RDn. getNameValues()
Returns all the name value pairs in this RDN.Set<NameValue>
RDn. getNameValues(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(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 Modifier and Type Method Description private static List<NameValue>
X509DnDecoder. decode(DERBuffer encoded)
Converts bytes in the buffer to attribute value assertions by reading from the current position to the limit.
-