Class OrderedLdapBeanFactory.OrderedLdapAttribute

  • All Implemented Interfaces:
    LdapAttribute
    Enclosing class:
    OrderedLdapBeanFactory

    protected class OrderedLdapBeanFactory.OrderedLdapAttribute
    extends AbstractLdapAttribute<java.util.LinkedHashSet<java.lang.Object>>
    OrderedLdapAttribute represents a single ldap attribute whose values are ordered by insertion.
    • Constructor Detail

      • OrderedLdapAttribute

        public OrderedLdapAttribute()
        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.LinkedHashSet<java.lang.Object>>
        Returns:
        unmodifiable Set