- score(String) - Method in class org.pageseeder.smith.PasswordMeter
-
Returns the score for this password.
- score(String) - Method in interface org.pageseeder.smith.PasswordRule
-
Returns the score for the password.
- score(String) - Method in class org.pageseeder.smith.rule.BannedPasswordRule
-
- score(String) - Method in class org.pageseeder.smith.rule.ConsecutiveCharRule
-
- score(String) - Method in class org.pageseeder.smith.rule.DigitCountRule
-
- score(String) - Method in class org.pageseeder.smith.rule.LengthRule
-
- score(String) - Method in class org.pageseeder.smith.rule.LowerCaseCountRule
-
- score(String) - Method in class org.pageseeder.smith.rule.MixedCaseRule
-
- score(String) - Method in class org.pageseeder.smith.rule.MixedCharRule
-
- score(String) - Method in class org.pageseeder.smith.rule.QwertyConsecutiveCharRule
-
- score(String) - Method in class org.pageseeder.smith.rule.RepeatedCharRule
-
- score(String) - Method in class org.pageseeder.smith.rule.SpecialCharCountRule
-
- score(String) - Method in class org.pageseeder.smith.rule.UniqueCharRule
-
- score(String) - Method in class org.pageseeder.smith.rule.UpperCaseCountRule
-
- ScoreArray - Class in org.pageseeder.smith.function
-
A utility class for scores
- ScoreArray() - Constructor for class org.pageseeder.smith.function.ScoreArray
-
Creates a new index of scores where all scores return 0;
- ScoreArray(int[]) - Constructor for class org.pageseeder.smith.function.ScoreArray
-
Creates a new index of scores.
- ScoreFunction - Interface in org.pageseeder.smith
-
A function to apply to a result in order to produce the score.
- ScoreFunctionBase - Class in org.pageseeder.smith.function
-
Provides a score function.
- ScoreFunctionBase(String) - Constructor for class org.pageseeder.smith.function.ScoreFunctionBase
-
Creates a new score function for the specified type
- scores() - Method in class org.pageseeder.smith.function.ScoreArray
-
- Scriptable - Interface in org.pageseeder.smith
-
Indicates that a script can be build from the implementing object.
- SpecialCharCountRule - Class in org.pageseeder.smith.rule
-
A rule based on the number of upper case characters in the password.
- SpecialCharCountRule() - Constructor for class org.pageseeder.smith.rule.SpecialCharCountRule
-
Creates a new rule using the special characters
- SpecialCharCountRule(String) - Constructor for class org.pageseeder.smith.rule.SpecialCharCountRule
-