Class PasswordComplexityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jenkins.security.PasswordComplexityException
All Implemented Interfaces:
Serializable

public class PasswordComplexityException extends Exception
Thrown by PasswordComplexityRule.validate(String) when a password does not meet the configured complexity requirements.
Since:
2.572 (moved from hudson.security to jenkins.security in 2.TODO)
See Also:
  • Constructor Details

    • PasswordComplexityException

      public PasswordComplexityException(List<String> violations)
  • Method Details

    • getViolations

      public List<String> getViolations()