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. attributeValuesAttribute values.Methods in org.ldaptive that return LdapAttribute.AttributeValue Modifier and Type Method Description (package private) static LdapAttribute.AttributeValueLdapAttribute.AttributeValue. copy(LdapAttribute.AttributeValue value)Creates a copy of the supplied attribute value.(package private) static LdapAttribute.AttributeValueLdapAttribute.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.AttributeValueLdapAttribute.AttributeValue. copy(LdapAttribute.AttributeValue value)Creates a copy of the supplied attribute value.
-