public class User extends Principal
| Constructor and Description |
|---|
User()
Constructs a
User object. |
User(java.lang.String name)
Constructs a
User object with the specified name. |
User(java.lang.String name, java.lang.String uuid)
Constructs a
User object with the specified name and UUID. |
User(java.lang.String name, java.lang.String uuid, long dbid)
Constructs a
User object with the specified name, UUID and DBID. |
public User()
User object.public User(java.lang.String name)
User object with the specified name.name - name of the Userpublic User(java.lang.String name,
java.lang.String uuid,
long dbid)
throws XSPrincipalException
User object with the specified name, UUID and DBID.name - name of the Useruuid - UUID of the Userdbid - DBID of the UserXSPrincipalException - a problem occured while creating the principalpublic User(java.lang.String name,
java.lang.String uuid)
throws XSPrincipalException
User object with the specified name and UUID.name - name of the Useruuid - UUID of the UserXSPrincipalException - a problem occured while creating the principal