Package io.gravitee.am.service.model
Class PatchPasswordSettings
java.lang.Object
io.gravitee.am.service.model.PatchPasswordSettings
- Author:
- Boualem DJELAILI (boualem.djelaili at graviteesource.com), GraviteeSource Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpatch(PasswordSettings _toPatch) voidsetExcludePasswordsInDictionary(Optional<Boolean> excludePasswordsInDictionary) voidsetExcludeUserProfileInfoInPassword(Optional<Boolean> excludeUserProfileInfoInPassword) voidsetExpiryDuration(Optional<Integer> expiryDuration) voidsetIncludeNumbers(Optional<Boolean> includeNumbers) voidsetIncludeSpecialCharacters(Optional<Boolean> includeSpecialCharacters) voidsetInherited(Optional<Boolean> inherited) voidsetLettersInMixedCase(Optional<Boolean> lettersInMixedCase) voidsetMaxConsecutiveLetters(Optional<Integer> maxConsecutiveLetters) voidsetMaxLength(Optional<Integer> maxLength) voidsetMinLength(Optional<Integer> minLength) voidsetOldPasswords(Optional<Short> oldPasswords) voidsetPasswordHistoryEnabled(Optional<Boolean> passwordHistoryEnabled)
-
Field Details
-
MAX_PASSWORD_HISTORY
public static final int MAX_PASSWORD_HISTORY- See Also:
-
MIN_PASSWORD_HISTORY
public static final int MIN_PASSWORD_HISTORY- See Also:
-
-
Constructor Details
-
PatchPasswordSettings
public PatchPasswordSettings()
-
-
Method Details
-
getMinLength
-
setMinLength
-
getMaxLength
-
setMaxLength
-
getIncludeNumbers
-
setIncludeNumbers
-
getIncludeSpecialCharacters
-
setIncludeSpecialCharacters
-
getLettersInMixedCase
-
setLettersInMixedCase
-
getMaxConsecutiveLetters
-
setMaxConsecutiveLetters
-
getInherited
-
setInherited
-
getExcludePasswordsInDictionary
-
setExcludePasswordsInDictionary
-
getExcludeUserProfileInfoInPassword
-
setExcludeUserProfileInfoInPassword
-
getExpiryDuration
-
setExpiryDuration
-
getPasswordHistoryEnabled
-
setPasswordHistoryEnabled
-
getOldPasswords
-
setOldPasswords
-
patch
-