edu.vt.middleware.ldap.bean
protected class UnorderedLdapBeanFactory.UnorderedLdapAttribute extends AbstractLdapAttribute<java.util.HashSet<java.lang.Object>>
UnorderedLdapAttribute represents a single ldap attribute
whose values are unordered.HASH_CODE_SEED, name, valuesbeanFactory, logger| Constructor and Description |
|---|
UnorderedLdapBeanFactory.UnorderedLdapAttribute()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.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 UnorderedLdapBeanFactory.UnorderedLdapAttribute()
public java.util.Set<java.lang.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<java.util.HashSet<java.lang.Object>>SetCopyright © 2014. All Rights Reserved.