org.neociclo.odetteftp.security
Class PasswordAuthenticationCallback

java.lang.Object
  extended by org.neociclo.odetteftp.security.PasswordAuthenticationCallback
All Implemented Interfaces:
Callback

public class PasswordAuthenticationCallback
extends Object
implements Callback

Version:
$Rev: 411 $ $Date: 2010-06-21 11:55:04 -0300 (Mon, 21 Jun 2010) $
Author:
Rafael Marins

Nested Class Summary
static class PasswordAuthenticationCallback.AuthenticationResult
           
 
Constructor Summary
PasswordAuthenticationCallback(String user, String password)
           
 
Method Summary
 String getPassword()
           
 PasswordAuthenticationCallback.AuthenticationResult getResult()
           
 String getUser()
           
 void setResult(PasswordAuthenticationCallback.AuthenticationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordAuthenticationCallback

public PasswordAuthenticationCallback(String user,
                                      String password)
Method Detail

getUser

public String getUser()

getPassword

public String getPassword()

getResult

public PasswordAuthenticationCallback.AuthenticationResult getResult()

setResult

public void setResult(PasswordAuthenticationCallback.AuthenticationResult result)


ACCORD