Package org.apache.archiva.redback.policy.rules
-
Class Summary Class Description AbstractPasswordRule AbstractPasswordRuleAlphaNumericPasswordRule Basic Password Rule.AlphaPasswordRule Basic Password Rule, Checks for non-empty passwords that have at leastAlphaPasswordRule.setMinimumCount(int)of alpha characters contained within.CharacterLengthPasswordRule Basic Password Rule, Checks for non-empty passwords that have betweenCharacterLengthPasswordRule.setMinimumCharacters(int)andCharacterLengthPasswordRule.setMaximumCharacters(int)characters in length.MustHavePasswordRule Basic Password Rule, Checks for non-empty Passwords in non guest users.NumericalPasswordRule Basic Password Rule, Checks for non-empty passwords that have at leastNumericalPasswordRule.setMinimumCount(int)of numerical characters contained within.ReusePasswordRule Password Rule, Checks supplied password found atUser.getPassword()against theUser.getPreviousEncodedPasswords()to ensure that a password is not reused.WhitespacePasswordRule Basic Password Rule.