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