org.apache.maven.wagon.providers.ssh
Class TestPasswordAuthenticator

java.lang.Object
  extended by org.apache.maven.wagon.providers.ssh.TestPasswordAuthenticator
All Implemented Interfaces:
org.apache.sshd.server.PasswordAuthenticator

public class TestPasswordAuthenticator
extends Object
implements org.apache.sshd.server.PasswordAuthenticator

Author:
Olivier Lamy

Nested Class Summary
static class TestPasswordAuthenticator.PasswordAuthenticatorRequest
           
 
Field Summary
 List<TestPasswordAuthenticator.PasswordAuthenticatorRequest> passwordAuthenticatorRequests
           
 
Constructor Summary
TestPasswordAuthenticator()
           
 
Method Summary
 boolean authenticate(String username, String password, org.apache.sshd.server.session.ServerSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

passwordAuthenticatorRequests

public List<TestPasswordAuthenticator.PasswordAuthenticatorRequest> passwordAuthenticatorRequests
Constructor Detail

TestPasswordAuthenticator

public TestPasswordAuthenticator()
Method Detail

authenticate

public boolean authenticate(String username,
                            String password,
                            org.apache.sshd.server.session.ServerSession session)
Specified by:
authenticate in interface org.apache.sshd.server.PasswordAuthenticator


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.