org.eclipse.higgins.rpps.core.tobj
Class UsernamePasswordAuthCredentialTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.AuthCredentialTO
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
UsernamePasswordAuthCredentialTO
public UsernamePasswordAuthCredentialTO()
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