Reactor 2.1.1 Release (Build 1304)
All Packages
|
All Classes
|
Index
|
Frames
No Frames
SecurityRole
Constants
Package
net.user1.reactor
Class
public final class SecurityRole
Inheritance
SecurityRole
Object
Since :
Reactor 1.0.0
The SecurityRole class is an enumeration of constant values representing different security roles for a user account. SecurityRole constants are used by the following methods and events:
AccountManager.addRole()
AccountManager.removeRole()
UserAccount.addRole()
UserAccount.removeRole()
AccountEvent.ADD_ROLE_RESULT
AccountEvent.REMOVE_ROLE_RESULT
For more information about security roles, see Union Server's
security documentation
.
See also
AccountManager.addRole()
Public Constants
Constant
Defined By
MODERATOR
: String = MODERATOR
[static] The security role for moderators.
SecurityRole
Constant Descriptions
MODERATOR
Constant
public static const MODERATOR:String = MODERATOR
Since :
Reactor 1.0.0
The security role for moderators.
Mon Oct 3 2016, 04:31 PM -04:00