public class TestPasswordAuthenticator extends Object implements org.apache.sshd.server.PasswordAuthenticator
| Modifier and Type | Class and Description |
|---|---|
static class |
TestPasswordAuthenticator.PasswordAuthenticatorRequest |
| Constructor and Description |
|---|
TestPasswordAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String username,
String password,
org.apache.sshd.server.session.ServerSession session) |
public TestPasswordAuthenticator()
public boolean authenticate(String username, String password, org.apache.sshd.server.session.ServerSession session)
authenticate in interface org.apache.sshd.server.PasswordAuthenticatorCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.