| Package | Description |
|---|---|
| org.apache.sshd.server.auth.password |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
UserAuthPassword.handleServerPasswordChangeRequest(Buffer buffer,
ServerSession session,
java.lang.String username,
java.lang.String password,
PasswordChangeRequiredException e)
Invoked by
UserAuthPassword.checkPassword(Buffer, ServerSession, String, String) when a
PasswordChangeRequiredException was thrown by the authenticator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PasswordAuthenticator.authenticate(java.lang.String username,
java.lang.String password,
ServerSession session)
Check the validity of a password.
|