org.glyptodon.guacamole.net.auth
public abstract class AbstractUser extends Object implements User
| Constructor and Description |
|---|
AbstractUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword()
Returns this user's password.
|
String |
getUsername()
Returns the name of this user, which must be unique across all users.
|
int |
hashCode() |
void |
setPassword(String password)
Sets this user's password.
|
void |
setUsername(String username)
Sets the name of this user, which must be unique across all users.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPermission, getPermissions, hasPermission, removePermissionpublic String getUsername()
UsergetUsername in interface Userpublic void setUsername(String username)
UsersetUsername in interface Userusername - The name of this user.public String getPassword()
UsergetPassword in interface Userpublic void setPassword(String password)
UsersetPassword in interface Userpassword - The password to set.Copyright © 2014. All Rights Reserved.