Package sfs3.client.entities
Class UserPrivileges
java.lang.Object
sfs3.client.entities.UserPrivileges
The UserPrivileges class contains the constants describing the
default user types known by SmartFoxServer. The server assigns one of these
values or a custom-defined one to the User.privilegeId property
whenever a user logs in.
Read the SmartFoxServer 3 documentation for more information about privilege profiles and their permissions.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe administrator user can send dedicated "administrator messages", kick and ban users.static final intThe Guest user is usually the lowest level in the privilege profiles scale.static final intThe moderator user can send dedicated "moderator messages", kick and ban users.static final intThe standard user is usually registered in the application custom login system; uses a unique name and password to login. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GUEST
public static final int GUESTThe Guest user is usually the lowest level in the privilege profiles scale.- See Also:
-
STANDARD
public static final int STANDARDThe standard user is usually registered in the application custom login system; uses a unique name and password to login.- See Also:
-
MODERATOR
public static final int MODERATORThe moderator user can send dedicated "moderator messages", kick and ban users.- See Also:
-
ADMINISTRATOR
public static final int ADMINISTRATORThe administrator user can send dedicated "administrator messages", kick and ban users.- See Also:
-
-
Constructor Details
-
UserPrivileges
public UserPrivileges()
-