org.eclipse.higgins.rpps.core.tobj
Class UsernamePasswordAuthCredentialTO

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.tobj.AuthCredentialTO
      extended by org.eclipse.higgins.rpps.core.tobj.UsernamePasswordAuthCredentialTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SelectorAuthCredentialTO

public class UsernamePasswordAuthCredentialTO
extends AuthCredentialTO
implements Serializable

UsernamePasswordAuthCredential transfer object. it may be used for authentication with CardSync server.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
UsernamePasswordAuthCredentialTO()
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsernamePasswordAuthCredentialTO

public UsernamePasswordAuthCredentialTO()
Method Detail

getPassword

public String getPassword()
Returns:
the password

getUsername

public String getUsername()
Returns:
the username

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

setUsername

public void setUsername(String username)
Parameters:
username - the username to set