Class SFS2X.Entities.UserPrivileges
The default user types known by SmartFoxServer.
Values contained in this class (or custom-defined ones) are assigned to the User.privilegeId property whenever a user logs in.
Read the SmartFoxServer 2X documentation for more informations about privilege profiles and their permissions.
Field Summary
Field Detail
<static> <constant>
SFS2X.Entities.UserPrivileges.ADMINISTRATOR
The administrator user can send dedicated "administrator messages", kick and ban users.
- See also:
- SFS2X.Requests.System.AdminMessageRequest
- SFS2X.Requests.System.KickUserRequest
- SFS2X.Requests.System.BanUserRequest
<static> <constant>
SFS2X.Entities.UserPrivileges.GUEST
The Guest user is usually the lowest level in the privilege profiles scale.
<static> <constant>
SFS2X.Entities.UserPrivileges.MODERATOR
The moderator user can send dedicated "moderator messages", kick and ban users.
- See also:
- SFS2X.Requests.System.ModeratorMessageRequest
- SFS2X.Requests.System.KickUserRequest
- SFS2X.Requests.System.BanUserRequest
<static> <constant>
SFS2X.Entities.UserPrivileges.STANDARD
The standard user is usually registered in the application custom login system; uses a unique name and password to login.