Uses of Class
org.ldaptive.LdapAttribute.AttributeValue
Packages that use LdapAttribute.AttributeValue
-
Uses of LdapAttribute.AttributeValue in org.ldaptive
Fields in org.ldaptive with type parameters of type LdapAttribute.AttributeValueModifier and TypeFieldDescriptionprivate final Collection<LdapAttribute.AttributeValue>LdapAttribute.attributeValuesAttribute values.Methods in org.ldaptive that return LdapAttribute.AttributeValueModifier and TypeMethodDescription(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.AttributeValueModifier and TypeMethodDescription(package private) static LdapAttribute.AttributeValueLdapAttribute.AttributeValue.copy(LdapAttribute.AttributeValue value) Creates a copy of the supplied attribute value.