edu.vt.middleware.ldap.bean
Class SortedLdapBeanFactory.SortedLdapAttribute
java.lang.Object
edu.vt.middleware.ldap.bean.AbstractLdapBean
edu.vt.middleware.ldap.bean.AbstractLdapAttribute<TreeSet<Object>>
edu.vt.middleware.ldap.bean.SortedLdapBeanFactory.SortedLdapAttribute
- All Implemented Interfaces:
- LdapAttribute
- Enclosing class:
- SortedLdapBeanFactory
protected class SortedLdapBeanFactory.SortedLdapAttribute
- extends AbstractLdapAttribute<TreeSet<Object>>
SortedLdapAttribute represents a single ldap attribute whose
values are sorted.
|
Method Summary |
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[]. The
returned set is unmodifiable. |
SortedLdapBeanFactory.SortedLdapAttribute
public SortedLdapBeanFactory.SortedLdapAttribute()
- Default constructor.
getStringValues
public 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[]. The
returned set is unmodifiable.
- Specified by:
getStringValues in interface LdapAttribute- Specified by:
getStringValues in class AbstractLdapAttribute<TreeSet<Object>>
- Returns:
- unmodifiable
Set
Copyright © 2003-2010 Virginia Tech. All Rights Reserved.