Interface IUser
public interface IUser
-
Field Details
-
ROLE_DESIGNER
ROLE- See Also:
-
ROLE_VIEWER
- See Also:
-
-
Method Details
-
getName
String getName()- Returns:
- the user name.
-
getPassword
String getPassword()- Returns:
- the password.
-
getEmail
String getEmail()- Returns:
- the email address.
-
getFullName
String getFullName()- Returns:
- the full name.
-
getRole
int getRole()- Returns:
- the role (DESIGNER | VIEWER)
-
getSecurityLevel
int getSecurityLevel()- Returns:
- the security level number.
-