Package com.ibm.passwordrules.standard

Class Summary
CaseRestricted This class implements built-in rule for restricting the case of a password.
LengthConstraint This class implements built-in rule for restricting the length of a password.
MaxLengthConstraint This class implements built-in rule for restricting the maximum length of a password.
MaxSequentialCharacters This class implements built-in rule for restricting the number of sequential characters to present in a password.
MayNotContain This class implements built-in rule for restricting passwords to not contain characters from the given set.
MinAlphabeticCharacters This class implements built-in rule for restricting the minimum number of alphanumeric characters.
MinDigitCharacters This class implements built-in rule for restricting the minimum number of numeric characters.
MinDistinctCharacters This class implements built-in rule for restricting the minimum number of unique characters.
MinLengthConstraint This class implements built-in rule for restricting the minimum number of characters in a password.
MustContain This class implements built-in rule for inclusion of required characters in a password
NotInDictionary This class implements built-in rule for not allowing passwords to be matched against a password dictionary entry.
NotRepeated This class implements built-in rule for restricting passwords to be different then previously used passwords present in a history list.
NotReversed This class implements built-in rule for restricting passwords to be different then previously used passwords present in a reversed history list.
NotUserID This class implements built-in rule for restricting passwords to not contain any words present in user id.
NotUserIDCaseInsensitive This class implements built-in rule for restricting passwords to not contain any words present in user id.
NotUserName This class implements built-in rule for restricting passwords to not contain any words present in user name.
NotUserNameCaseInsensitive This class implements built-in rule for restricting passwords to not contain any words present in user name.
PasswordHistoryItem Objects of this class are used to hold information about an item on password history list.
PasswordRulesInfo Class is a value object containing information about password rules.
RestrictedTo This class implements built-in rule for restricting passwords to only contain a given set of characters.
RuleSet The RuleSet class represents a set of related password rules.
StandardGenerator Default generator used to generate passwords using a random number algorithm.
StartsWithChar This class implements built-in rule for restricting passwords to start with a given sequence of characters.
ValidityTimeConstraint This rule is currently not used as the system doesn't have a way to enforce it.