Class UnorderedLdapBeanFactory.UnorderedLdapAttribute

  • All Implemented Interfaces:
    LdapAttribute
    Enclosing class:
    UnorderedLdapBeanFactory

    protected class UnorderedLdapBeanFactory.UnorderedLdapAttribute
    extends AbstractLdapAttribute<java.util.HashSet<java.lang.Object>>
    UnorderedLdapAttribute represents a single ldap attribute whose values are unordered.
    • Constructor Detail

      • UnorderedLdapAttribute

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