| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
PasswordAuthenticationProvider.changePassword(SshConnection con,
java.lang.String username,
java.lang.String oldpassword,
java.lang.String newpassword)
Implement this method to change the users password
|
abstract boolean |
PasswordAuthenticationProvider.verifyPassword(SshConnection con,
java.lang.String username,
java.lang.String password)
Implement this method to log the user into the system.
|
Copyright © 2022. All rights reserved.