protected class SortedLdapBeanFactory.SortedLdapAttribute extends AbstractLdapAttribute<TreeSet<Object>>
SortedLdapAttribute
represents a single ldap attribute whose
values are sorted.HASH_CODE_SEED, name, values
beanFactory, logger
Constructor and Description |
---|
SortedLdapAttribute()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getStringValues()
This returns the value(s) of this
LdapAttribute Values are
encoded in base64 format if the underlying value is of type byte[]. |
convertValuesToString, getName, getValues, hashCode, setAttribute, setName, toAttribute, toString
equals
public Set<String> getStringValues()
LdapAttribute
Values are
encoded in base64 format if the underlying value is of type byte[]. The
returned set is unmodifiable.getStringValues
in interface LdapAttribute
getStringValues
in class AbstractLdapAttribute<TreeSet<Object>>
Set
Copyright © 2018. All rights reserved.