Class UserPrivileges

java.lang.Object
sfs3.client.entities.UserPrivileges

public class UserPrivileges extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The administrator user can send dedicated "administrator messages", kick and ban users.
    static final int
    The Guest user is usually the lowest level in the privilege profiles scale.
    static final int
    The moderator user can send dedicated "moderator messages", kick and ban users.
    static final int
    The standard user is usually registered in the application custom login system; uses a unique name and password to login.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait