Class PasswordSettingsStatus
java.lang.Object
io.gravitee.am.service.validators.password.PasswordSettingsStatus
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid()voidsetExcludePasswordsInDictionary(Boolean excludePasswordsInDictionary) voidsetExcludeUserProfileInfoInPassword(Boolean excludeUserProfileInfoInPassword) voidsetIncludeNumbers(Boolean includeNumbers) voidsetIncludeSpecialCharacters(Boolean includeSpecialCharacters) voidsetLettersInMixedCase(Boolean lettersInMixedCase) voidsetMaxConsecutiveLetters(Boolean maxConsecutiveLetters) voidsetMinLength(Boolean minLength)
-
Constructor Details
-
PasswordSettingsStatus
public PasswordSettingsStatus()
-
-
Method Details
-
getMinLength
-
setMinLength
-
getIncludeNumbers
-
setIncludeNumbers
-
getIncludeSpecialCharacters
-
setIncludeSpecialCharacters
-
getLettersInMixedCase
-
setLettersInMixedCase
-
getMaxConsecutiveLetters
-
setMaxConsecutiveLetters
-
getExcludePasswordsInDictionary
-
setExcludePasswordsInDictionary
-
getExcludeUserProfileInfoInPassword
-
setExcludeUserProfileInfoInPassword
-
isValid
public boolean isValid()
-