Uses of Class
org.starhope.appius.except.PrivilegeRequiredException

Packages that use PrivilegeRequiredException
com.tootsville   
org.starhope.appius.server   
org.starhope.appius.user   
 

Uses of PrivilegeRequiredException in com.tootsville
 

Methods in com.tootsville that throw PrivilegeRequiredException
static Parent WebUtil.createParentLogin(String userName, String password)
          WRITEME: document this method (theys, Aug 12, 2009)
static User WebUtil.createUserLogin(String userName, String password)
           
 

Uses of PrivilegeRequiredException in org.starhope.appius.server
 

Methods in org.starhope.appius.server that throw PrivilegeRequiredException
private  void OsirisSFSExtension.assertStaffLevel(User u, int staffLevelRequired)
          Assert that the given user must have a given level of staff privileges
 void OsirisSFSExtension.do_getOnlineUsers(org.json.JSONObject jso, User u, Integer room)
          Get a list of users in a Zone, or in a Room.
 void OsirisSFSExtension.do_spawnZone(org.json.JSONObject jso, User u, Integer room)
          Spawn an additional zone.
 

Uses of PrivilegeRequiredException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw PrivilegeRequiredException
 void User.approveName(User nameApprovedBy)
          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 User.ban(User bannedBy, String bannedReason)
          Ban a user, preventing any future access to the server.
 void User.kick(User kickedBy, String kickedReason, long kickedMinutes)
          Kick a user offline for a number of minutes.
 void User.kick(User kickedBy, String kickedReason, Timestamp allowBack)
          Kick the user offline, until a certain date & time.
 

Constructors in org.starhope.appius.user that throw PrivilegeRequiredException
Parent(String mail, String password)
          Create a new parent record and set an initial password at the same time