Package hudson.security
Class NonePasswordComplexityRule
java.lang.Object
hudson.security.PasswordComplexityRule
hudson.security.NonePasswordComplexityRule
- All Implemented Interfaces:
ExtensionPoint,Describable<PasswordComplexityRule>
A
PasswordComplexityRule that accepts any password.- Since:
- TODO
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.security.PasswordComplexityRule
all, getDescriptor
-
Constructor Details
-
NonePasswordComplexityRule
@DataBoundConstructor public NonePasswordComplexityRule()
-
-
Method Details
-
validate
Description copied from class:PasswordComplexityRuleValidates the given password against this rule.- Specified by:
validatein classPasswordComplexityRule- Parameters:
password- the password to validate
-