Uses of Class
com.sshtools.common.auth.PasswordChangeException
Packages that use PasswordChangeException
-
Uses of PasswordChangeException in com.sshtools.common.auth
Methods in com.sshtools.common.auth that throw PasswordChangeExceptionModifier and TypeMethodDescriptionabstract booleanPasswordAuthenticationProvider.changePassword(SshConnection con, String username, String oldpassword, String newpassword) Implement this method to change the users passwordabstract booleanPasswordAuthenticationProvider.verifyPassword(SshConnection con, String username, String password) Implement this method to log the user into the system.