org.neociclo.odetteftp.security
Class PasswordAuthenticationCallback
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordAuthenticationCallback
public PasswordAuthenticationCallback(String user,
String password)
getUser
public String getUser()
getPassword
public String getPassword()
getResult
public PasswordAuthenticationCallback.AuthenticationResult getResult()
setResult
public void setResult(PasswordAuthenticationCallback.AuthenticationResult result)
ACCORD