Uses of Class
org.ldaptive.LdapAttribute.AttributeValue
-
Packages that use LdapAttribute.AttributeValue Package Description org.ldaptive -
-
Uses of LdapAttribute.AttributeValue in org.ldaptive
Fields in org.ldaptive with type parameters of type LdapAttribute.AttributeValue Modifier and Type Field Description private Collection<LdapAttribute.AttributeValue>
LdapAttribute. attributeValues
Attribute values.Methods in org.ldaptive that return LdapAttribute.AttributeValue Modifier and Type Method Description (package private) static LdapAttribute.AttributeValue
LdapAttribute.AttributeValue. copy(LdapAttribute.AttributeValue value)
Creates a copy of the supplied attribute value.(package private) static LdapAttribute.AttributeValue
LdapAttribute.AttributeValue. fromString(String string, boolean base64)
Creates a new attribute value from the supplied string.Methods in org.ldaptive with parameters of type LdapAttribute.AttributeValue Modifier and Type Method Description (package private) static LdapAttribute.AttributeValue
LdapAttribute.AttributeValue. copy(LdapAttribute.AttributeValue value)
Creates a copy of the supplied attribute value.
-