Uses of Class
com.aoindustries.aoserv.client.password.PasswordChecker.Result
-
-
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>SimpleAOClient. checkAdministratorPassword(User.Name username, String password)Checks the strength of a password that will be used for aAdministrator.List<PasswordChecker.Result>SimpleAOClient. checkLinuxAccountPassword(User.Name username, String password)Checks the strength of a password that will be used for aUserorUserServer.static List<PasswordChecker.Result>SimpleAOClient. checkMySQLPassword(User.Name username, String password)Checks the strength of a password that will be used for aUserServer.static List<PasswordChecker.Result>SimpleAOClient. checkPostgresPassword(User.Name username, String password)Checks the strength of a password that will be used for aUserServer.List<PasswordChecker.Result>SimpleAOClient. checkUsernamePassword(User.Name username, String password)Checks the strength of a password that will be used for aUser. -
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>Administrator. checkPassword(User.Name username, String password)Validates a password and returns a description of the problem.List<PasswordChecker.Result>Administrator. checkPassword(String password)List<PasswordChecker.Result>User. checkPassword(String password)Checks the strength of a password as used by thisUsername. -
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>User. checkPassword(User.Name username, String type, String password)Checks the strength of a password as required for thisLinuxAccount.List<PasswordChecker.Result>User. checkPassword(String password)List<PasswordChecker.Result>UserServer. checkPassword(String password) -
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>User. checkPassword(User.Name username, String password)List<PasswordChecker.Result>User. checkPassword(String password)List<PasswordChecker.Result>UserServer. checkPassword(String password) -
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client.password
Methods in com.aoindustries.aoserv.client.password that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>PasswordChecker. checkPassword(User.Name username, String password, PasswordChecker.PasswordStrength strength)List<PasswordChecker.Result>PasswordProtected. checkPassword(String password)static List<PasswordChecker.Result>PasswordChecker. getAllGoodResults()Method parameters in com.aoindustries.aoserv.client.password with type arguments of type PasswordChecker.Result Modifier and Type Method Description static StringPasswordChecker. getResultsHtml(List<PasswordChecker.Result> results, boolean isXhtml)Gets the results in HTML format.static StringPasswordChecker. getResultsString(List<PasswordChecker.Result> results)Gets the results as a String.static booleanPasswordChecker. hasResults(List<PasswordChecker.Result> results)static voidPasswordChecker. printResults(List<PasswordChecker.Result> results, Appendable out)Prints the results.static voidPasswordChecker. printResultsHtml(List<PasswordChecker.Result> results, Appendable out, boolean isXhtml)Prints the results in HTML format. -
Uses of PasswordChecker.Result in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return types with arguments of type PasswordChecker.Result Modifier and Type Method Description static List<PasswordChecker.Result>User. checkPassword(User.Name username, String password)List<PasswordChecker.Result>User. checkPassword(String password)List<PasswordChecker.Result>UserServer. checkPassword(String password)
-