Package com.identity4j.util.passwords
Class PasswordAnalysis
- java.lang.Object
-
- com.identity4j.util.passwords.PasswordAnalysis
-
public class PasswordAnalysis extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordAnalysis()PasswordAnalysis(float strength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetStrength()String[]getSuggestions()StringgetWarnings()voidsetStrength(float strength)voidsetSuggestions(String[] suggestions)voidsetWarning(String warning)
-
-
-
Method Detail
-
getStrength
public float getStrength()
-
setStrength
public void setStrength(float strength)
-
getWarnings
public String getWarnings()
-
setWarning
public void setWarning(String warning)
-
getSuggestions
public String[] getSuggestions()
-
setSuggestions
public void setSuggestions(String[] suggestions)
-
-