| Package | Description |
|---|---|
| com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
| com.maverick.sshd.auth |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
PasswordAuthenticationProvider.changePassword(Connection con,
String username,
String oldpassword,
String newpassword)
Implement this method to change the users password
|
abstract boolean |
PasswordAuthenticationProvider.verifyPassword(Connection con,
String username,
String password)
Implement this method to log the user into the system.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InMemoryPasswordAuthenticator.changePassword(Connection con,
String username,
String oldpassword,
String newpassword) |
boolean |
InMemoryPasswordAuthenticator.verifyPassword(Connection con,
String username,
String password) |
Copyright © 2025. All rights reserved.