Uses of Class
org.apache.archiva.redback.policy.PasswordRuleViolations
-
Packages that use PasswordRuleViolations Package Description org.apache.archiva.redback.policy org.apache.archiva.redback.policy.rules -
-
Uses of PasswordRuleViolations in org.apache.archiva.redback.policy
Methods in org.apache.archiva.redback.policy that return PasswordRuleViolations Modifier and Type Method Description PasswordRuleViolationsPasswordRuleViolationException. getViolations()Methods in org.apache.archiva.redback.policy with parameters of type PasswordRuleViolations Modifier and Type Method Description voidPasswordRuleViolationException. setViolations(PasswordRuleViolations violations)voidPasswordRule. testPassword(PasswordRuleViolations violations, User user)Tests theUser.getPassword()for a valid password, based on rule. -
Uses of PasswordRuleViolations in org.apache.archiva.redback.policy.rules
Methods in org.apache.archiva.redback.policy.rules with parameters of type PasswordRuleViolations Modifier and Type Method Description voidAlphaNumericPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidAlphaPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidCharacterLengthPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidMustHavePasswordRule. testPassword(PasswordRuleViolations violations, User user)voidNumericalPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidReusePasswordRule. testPassword(PasswordRuleViolations violations, User user)voidWhitespacePasswordRule. testPassword(PasswordRuleViolations violations, User user)
-