| Package | com.smartfoxserver.v2.entities |
| Class | public class UserPrivileges |
| Inheritance | UserPrivileges Object |
Read the SmartFoxServer 2X documentation for more informations about privilege profiles and their permissions.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ADMINISTRATOR : int = 3 [static]
The administrator user can send dedicated "administrator messages", kick and ban users. | UserPrivileges | ||
| GUEST : int = 0 [static]
The Guest user is usually the lowest level in the privilege profiles scale. | UserPrivileges | ||
| MODERATOR : int = 2 [static]
The moderator user can send dedicated "moderator messages", kick and ban users. | UserPrivileges | ||
| STANDARD : int = 1 [static]
The standard user is usually registered in the application custom login system; uses a unique name and password to login. | UserPrivileges | ||
| ADMINISTRATOR | Constant |
public static const ADMINISTRATOR:int = 3The administrator user can send dedicated "administrator messages", kick and ban users.
See also
| GUEST | Constant |
public static const GUEST:int = 0The Guest user is usually the lowest level in the privilege profiles scale.
| MODERATOR | Constant |
public static const MODERATOR:int = 2The moderator user can send dedicated "moderator messages", kick and ban users.
See also
| STANDARD | Constant |
public static const STANDARD:int = 1The standard user is usually registered in the application custom login system; uses a unique name and password to login.