protected class OrderedLdapBeanFactory.OrderedLdapAttribute extends AbstractLdapAttribute<LinkedHashSet<Object>>
OrderedLdapAttribute represents a single ldap attribute whose
values are ordered by insertion.HASH_CODE_SEED, name, valuesbeanFactory, logger| Constructor and Description |
|---|
OrderedLdapBeanFactory.OrderedLdapAttribute()
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, toStringequalspublic OrderedLdapBeanFactory.OrderedLdapAttribute()
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 LdapAttributegetStringValues in class AbstractLdapAttribute<LinkedHashSet<Object>>SetCopyright © 2014. All rights reserved.