public class UserInfo extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
UserInfo()
Creates a new status representation.
|
|
UserInfo(String name,
UserID id,
boolean active,
boolean superuser,
Properties userdata)
Creates a new user info representation, given the user
information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the receiver's active flag.
|
UserID |
getId()
Returns the receiver's user ID.
|
String |
getName()
Returns the receiver's name.
|
boolean |
getSuperuser()
Returns the receiver's superuser flag.
|
Properties |
getUserData()
Returns the receiver's user data.
|
String |
toString() |
public UserInfo(String name, UserID id, boolean active, boolean superuser, Properties userdata)
name - The user name.id - The user ID.active - The active flag.superuser - The superuser flag.userdata - The user datasystemdata - The system dataprotected UserInfo()
public String getName()
public UserID getId()
public boolean getActive()
public boolean getSuperuser()
public Properties getUserData()
Copyright © 2015. All Rights Reserved.