Class PatchPasswordSettings

java.lang.Object
io.gravitee.am.service.model.PatchPasswordSettings

public class PatchPasswordSettings extends Object
Author:
Boualem DJELAILI (boualem.djelaili at graviteesource.com), GraviteeSource Team
  • Field Details

  • Constructor Details

    • PatchPasswordSettings

      public PatchPasswordSettings()
  • Method Details

    • getMinLength

      public Optional<Integer> getMinLength()
    • setMinLength

      public void setMinLength(Optional<Integer> minLength)
    • getMaxLength

      public Optional<Integer> getMaxLength()
    • setMaxLength

      public void setMaxLength(Optional<Integer> maxLength)
    • getIncludeNumbers

      public Optional<Boolean> getIncludeNumbers()
    • setIncludeNumbers

      public void setIncludeNumbers(Optional<Boolean> includeNumbers)
    • getIncludeSpecialCharacters

      public Optional<Boolean> getIncludeSpecialCharacters()
    • setIncludeSpecialCharacters

      public void setIncludeSpecialCharacters(Optional<Boolean> includeSpecialCharacters)
    • getLettersInMixedCase

      public Optional<Boolean> getLettersInMixedCase()
    • setLettersInMixedCase

      public void setLettersInMixedCase(Optional<Boolean> lettersInMixedCase)
    • getMaxConsecutiveLetters

      public Optional<Integer> getMaxConsecutiveLetters()
    • setMaxConsecutiveLetters

      public void setMaxConsecutiveLetters(Optional<Integer> maxConsecutiveLetters)
    • getInherited

      public Optional<Boolean> getInherited()
    • setInherited

      public void setInherited(Optional<Boolean> inherited)
    • getExcludePasswordsInDictionary

      public Optional<Boolean> getExcludePasswordsInDictionary()
    • setExcludePasswordsInDictionary

      public void setExcludePasswordsInDictionary(Optional<Boolean> excludePasswordsInDictionary)
    • getExcludeUserProfileInfoInPassword

      public Optional<Boolean> getExcludeUserProfileInfoInPassword()
    • setExcludeUserProfileInfoInPassword

      public void setExcludeUserProfileInfoInPassword(Optional<Boolean> excludeUserProfileInfoInPassword)
    • getExpiryDuration

      public Optional<Integer> getExpiryDuration()
    • setExpiryDuration

      public void setExpiryDuration(Optional<Integer> expiryDuration)
    • getPasswordHistoryEnabled

      public Optional<Boolean> getPasswordHistoryEnabled()
    • setPasswordHistoryEnabled

      public void setPasswordHistoryEnabled(Optional<Boolean> passwordHistoryEnabled)
    • getOldPasswords

      public Optional<Short> getOldPasswords()
    • setOldPasswords

      public void setOldPasswords(Optional<Short> oldPasswords)
    • patch

      public PasswordSettings patch(PasswordSettings _toPatch)