Skip to main content

PasswordRules

public class PasswordRules


Model class to represent the password rules(attributes).

Field Summary

Parameters
BoolminEnabledBool to indicate if the minimum characters check is enabled.
BoolminSpecialEnabledBool to indicate if the minimum special characters rule is enabled.
BoolminNumbersEnabledBool to indicate if the minimum numbers check is enabled.
BoolspecialCharAllowedEnabledBool to indicate if special characters are allowed.
BoolminAlphaCapsEnabledBool to indicate if a minimum number of alphabet characters are allowed.
BoolnoUsernameBool to indicate if a username is allowed.
BoolnoUsernameEnabledBool to indicate if a username is enabled.
BoolallowInRowEnabledMaximumBool to indicate if a same character is used a maximum number of times in a row.
IntminTotalMinimum nunber of characters allowed.
IntminSpecialTotalMinimum nunber of special characters allowed.
IntminNumbersTotalMinimum nunber of characters total.
StringspecialCharsAllowedSpecial characters allowed.
IntminAlphaCapsMinimum number of alpha-caps.
IntallowInRowNumber of characters allowed in a row