|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivilegeRequiredException | |
---|---|
org.starhope.appius.game | |
org.starhope.appius.game.npc | |
org.starhope.appius.sys.op | |
org.starhope.appius.user | |
org.starhope.appius.via |
Uses of PrivilegeRequiredException in org.starhope.appius.game |
---|
Methods in org.starhope.appius.game that throw PrivilegeRequiredException | |
---|---|
void |
Zone.assertStaffLevel(User u,
int staffLevelRequired)
Assert that the given user must have a given level of staff privileges |
static void |
Commands.do_getOnlineUsers(org.json.JSONObject jso,
AbstractUser u,
AbstractRoom room)
Get a list of users in a Zone, or in a Room. |
static void |
Commands.do_spawnZone(org.json.JSONObject jso,
AbstractUser u,
AbstractRoom room)
Spawn an additional zone. |
private String |
AdminProcessor.processInput(String inputLine)
|
Uses of PrivilegeRequiredException in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that throw PrivilegeRequiredException | |
---|---|
void |
AbstractScriptedNPC.assertStaffLevel(int staffLevelStaffMember)
This is an overriding method. |
void |
AbstractScriptedNPC.ban(AbstractUser u,
String banReason)
This is an overriding method. |
void |
AbstractScriptedNPC.kick(AbstractUser u,
String kickReason,
int duration)
This is an overriding method. |
void |
AbstractScriptedNPC.liftBan(AbstractUser auth)
This is an overriding method. |
Uses of PrivilegeRequiredException in org.starhope.appius.sys.op |
---|
Methods in org.starhope.appius.sys.op that throw PrivilegeRequiredException | |
---|---|
static void |
OpCommands.op_dbcpinfo(String[] words,
AbstractUser u,
AbstractRoom room)
Get DBCP information |
static void |
OpCommands.op_liftban(String[] words,
AbstractUser u,
AbstractRoom room)
Lift the ban upon a user. |
void |
OpCommands.op_nuke(String[] words,
AbstractUser u,
AbstractRoom room)
TODO: document this method (brpocock, Nov 13, 2009) |
static void |
OpCommands.op_who(String[] words,
AbstractUser u,
AbstractRoom room)
TODO: document this method (brpocock, Dec 29, 2009) |
Uses of PrivilegeRequiredException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw PrivilegeRequiredException | |
---|---|
void |
User.approveName(AbstractUser abstractUser)
Approve the user's requested name, and make it active |
void |
User.assertStaffLevel(int staffLevelNeeded)
Assert that this user must have the given staff level (or greater). |
void |
AbstractUser.assertStaffLevel(int staffLevelStaffMember)
|
void |
User.ban(AbstractUser bannedBy,
String bannedReason)
Ban a user, preventing any future access to the server. |
void |
AbstractUser.ban(AbstractUser u,
String banReason)
|
void |
AbstractUser.kick(AbstractUser u,
String kickReason,
int duration)
|
void |
User.kick(AbstractUser kickedBy,
String kickedReason,
long kickedMinutes)
Kick a user offline for a number of minutes. |
void |
User.kick(AbstractUser kickedBy,
String kickedReason,
Timestamp allowBack)
Kick the user offline, until a certain date & time. |
void |
User.liftBan(AbstractUser authority)
Lift the ban upon this user. |
void |
AbstractUser.liftBan(AbstractUser authority)
WRITEME |
Constructors in org.starhope.appius.user that throw PrivilegeRequiredException | |
---|---|
Parent(String newMail,
String newPassword)
Create a new parent record and set an initial password at the same time |
Uses of PrivilegeRequiredException in org.starhope.appius.via |
---|
Methods in org.starhope.appius.via that throw PrivilegeRequiredException | |
---|---|
void |
RemoteUser.assertStaffLevel(int staffLevelStaffMember)
This is an overriding method. |
void |
RemoteUser.ban(AbstractUser u,
String banReason)
This is an overriding method. |
void |
RemoteUser.kick(AbstractUser u,
String kickReason,
int duration)
This is an overriding method. |
void |
RemoteUser.liftBan(AbstractUser u)
This is an overriding method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |