Class UnicodePwdAttribute

java.lang.Object
org.ldaptive.LdapAttribute
org.ldaptive.ad.UnicodePwdAttribute

public class UnicodePwdAttribute extends LdapAttribute
Helper class for the active directory unicodePwd attribute. Configures a binary attribute of that name and allows setting of the attribute value using a string. See UnicodePwdValueTranscoder.
  • Field Details

  • Constructor Details

    • UnicodePwdAttribute

      public UnicodePwdAttribute()
      Default constructor.
    • UnicodePwdAttribute

      public UnicodePwdAttribute(String... values)
      Creates a new unicode pwd attribute.
      Parameters:
      values - of this attribute
  • Method Details

    • getStringValues

      public Collection<String> getStringValues()
      Description copied from class: LdapAttribute
      Returns the values of this attribute as strings. Binary data is base64 encoded. The return collection cannot be modified.
      Overrides:
      getStringValues in class LdapAttribute
      Returns:
      collection of string attribute values
    • addStringValues

      public void addStringValues(String... value)
      Description copied from class: LdapAttribute
      Adds the supplied string as a value for this attribute.
      Overrides:
      addStringValues in class LdapAttribute
      Parameters:
      value - to add, null values are discarded