Class PasswordSettingsStatus

java.lang.Object
io.gravitee.am.service.validators.password.PasswordSettingsStatus

public class PasswordSettingsStatus extends Object
Author:
Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
  • Constructor Details

    • PasswordSettingsStatus

      public PasswordSettingsStatus()
  • Method Details

    • getMinLength

      public Boolean getMinLength()
    • setMinLength

      public void setMinLength(Boolean minLength)
    • getIncludeNumbers

      public Boolean getIncludeNumbers()
    • setIncludeNumbers

      public void setIncludeNumbers(Boolean includeNumbers)
    • getIncludeSpecialCharacters

      public Boolean getIncludeSpecialCharacters()
    • setIncludeSpecialCharacters

      public void setIncludeSpecialCharacters(Boolean includeSpecialCharacters)
    • getLettersInMixedCase

      public Boolean getLettersInMixedCase()
    • setLettersInMixedCase

      public void setLettersInMixedCase(Boolean lettersInMixedCase)
    • getMaxConsecutiveLetters

      public Boolean getMaxConsecutiveLetters()
    • setMaxConsecutiveLetters

      public void setMaxConsecutiveLetters(Boolean maxConsecutiveLetters)
    • getExcludePasswordsInDictionary

      public Boolean getExcludePasswordsInDictionary()
    • setExcludePasswordsInDictionary

      public void setExcludePasswordsInDictionary(Boolean excludePasswordsInDictionary)
    • getExcludeUserProfileInfoInPassword

      public Boolean getExcludeUserProfileInfoInPassword()
    • setExcludeUserProfileInfoInPassword

      public void setExcludeUserProfileInfoInPassword(Boolean excludeUserProfileInfoInPassword)
    • isValid

      public boolean isValid()