Class SortedLdapBeanFactory.SortedLdapAttribute

  • All Implemented Interfaces:
    LdapAttribute
    Enclosing class:
    SortedLdapBeanFactory

    protected class SortedLdapBeanFactory.SortedLdapAttribute
    extends AbstractLdapAttribute<java.util.TreeSet<java.lang.Object>>
    SortedLdapAttribute represents a single ldap attribute whose values are sorted.
    • Constructor Detail

      • SortedLdapAttribute

        public SortedLdapAttribute()
        Default constructor.
    • Method Detail

      • getStringValues

        public 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[]. The returned set is unmodifiable.
        Specified by:
        getStringValues in interface LdapAttribute
        Specified by:
        getStringValues in class AbstractLdapAttribute<java.util.TreeSet<java.lang.Object>>
        Returns:
        unmodifiable Set