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

java.lang.Object
  extended by org.apache.maven.wagon.providers.ssh.TestPasswordAuthenticator.PasswordAuthenticatorRequest
Enclosing class:
TestPasswordAuthenticator

public static class TestPasswordAuthenticator.PasswordAuthenticatorRequest
extends Object


Field Summary
 String password
           
 String username
           
 
Constructor Summary
TestPasswordAuthenticator.PasswordAuthenticatorRequest(String username, String password)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

username

public String username

password

public String password
Constructor Detail

TestPasswordAuthenticator.PasswordAuthenticatorRequest

public TestPasswordAuthenticator.PasswordAuthenticatorRequest(String username,
                                                              String password)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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