All Implemented Interfaces:
Serializable

public class PasswordOptionsMask extends OptionSetUI32<PasswordOptionsMask.Field>
See Also:
  • Constructor Details

    • PasswordOptionsMask

      public PasswordOptionsMask(UInteger value)
  • Method Details

    • getSupportInitialPasswordChange

      public boolean getSupportInitialPasswordChange()
    • getSupportDisableUser

      public boolean getSupportDisableUser()
    • getSupportDisableDeleteForUser

      public boolean getSupportDisableDeleteForUser()
    • getSupportNoChangeForUser

      public boolean getSupportNoChangeForUser()
    • getSupportDescriptionForUser

      public boolean getSupportDescriptionForUser()
    • getRequiresUpperCaseCharacters

      public boolean getRequiresUpperCaseCharacters()
    • getRequiresLowerCaseCharacters

      public boolean getRequiresLowerCaseCharacters()
    • getRequiresDigitCharacters

      public boolean getRequiresDigitCharacters()
    • getRequiresSpecialCharacters

      public boolean getRequiresSpecialCharacters()
    • getValue

      public UInteger getValue()
      Overrides:
      getValue in class OptionSetUI32<PasswordOptionsMask.Field>
    • toSet

      public Set<PasswordOptionsMask.Field> toSet()
      Description copied from class: OptionSetUInteger
      Get the Set of fields that have their bit set.
      Specified by:
      toSet in class OptionSetUInteger<PasswordOptionsMask.Field>
      Returns:
      the Set of fields that have their bit set.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • of

      public static PasswordOptionsMask of(PasswordOptionsMask.Field... fields)