Uses of Class
com.aoindustries.aoserv.client.password.PasswordChecker.PasswordStrength
-
Packages that use PasswordChecker.PasswordStrength Package Description com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.password -
-
Uses of PasswordChecker.PasswordStrength in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return PasswordChecker.PasswordStrength Modifier and Type Method Description PasswordChecker.PasswordStrengthUserType. getPasswordStrength()static PasswordChecker.PasswordStrengthUserType. getPasswordStrength(String type) -
Uses of PasswordChecker.PasswordStrength in com.aoindustries.aoserv.client.password
Methods in com.aoindustries.aoserv.client.password that return PasswordChecker.PasswordStrength Modifier and Type Method Description static PasswordChecker.PasswordStrengthPasswordChecker.PasswordStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordChecker.PasswordStrength[]PasswordChecker.PasswordStrength. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aoindustries.aoserv.client.password with parameters of type PasswordChecker.PasswordStrength Modifier and Type Method Description static List<PasswordChecker.Result>PasswordChecker. checkPassword(User.Name username, String password, PasswordChecker.PasswordStrength strength)
-