Uses of Class
org.starhope.appius.user.User

Packages that use User
org.starhope.appius.game   
org.starhope.appius.messaging   
org.starhope.appius.net   
org.starhope.appius.user   
org.starhope.appius.util   
 

Uses of User in org.starhope.appius.game
 

Methods in org.starhope.appius.game with parameters of type User
protected  void Zone.sendBadPassword(String nick, ServerThread channel, User user, String zoneName, String password)
          Deprecated. Use ServerThread.sendBadPassword(Zone, User, String)
 void Zone.sendErrorReply(String source, String error, org.json.JSONObject result, User u, int room)
          Deprecated. use ServerThread.sendErrorReply(String, String, JSONObject, User, int)
 

Uses of User in org.starhope.appius.messaging
 

Methods in org.starhope.appius.messaging with parameters of type User
static void Mail.sendChildSignupMail(User kid)
          Send an eMail notification to a parent, advising them that their child has signed up, and requesting authorization.
static void Mail.sendPremiumMail(User user)
           This method is called when a member has signed up to be a VIT (Very Important Toot) member.
 

Uses of User in org.starhope.appius.net
 

Fields in org.starhope.appius.net declared as User
protected  User ServerThread.myUser
          The user account that is logged in on this thread
 

Methods in org.starhope.appius.net with parameters of type User
 String BatchProcessor.getSessionApple(User user)
          WRITEME: Document this method brpocock@star-hope.org
protected  void ServerThread.kickDuplicates(User user, String nick)
          Kick offline any duplicates of the given user as s/he logs in
protected  void ServerThread.kickDuplicates(User user, String nick, String password)
          Deprecated. use ServerThread.kickDuplicates(User, String)
protected  boolean ServerThread.logIn_checkPassword(User user, String password, Zone z)
          Check whether the supplied password (encrypted in SHA-1) is correct.
protected  boolean BatchProcessor.logIn_checkPassword(User user, String password, Zone z)
           
 void ServerThread.sendBadPassword(Zone failZone, User user, String password)
           Send the user a notification that their password was incorrect.
 void ServerThread.sendErrorReply(String source, String error, org.json.JSONObject result, User u, int room)
           send an error packet to the other party.
 

Uses of User in org.starhope.appius.user
 

Methods in org.starhope.appius.user that return User
 User[] Parent.getChildren()
           
 

Methods in org.starhope.appius.user with parameters of type User
 boolean User.equals(User o)
          Determine if two user objects are identical.
 void Parent.requestApproval(User user)
           
 void Parent.sendNotificationForChild(User sessionUser)
           Send a notification to the parent that their child has registered an account, giving instructions on how to approve the account.
 

Uses of User in org.starhope.appius.util
 

Methods in org.starhope.appius.util that return types with arguments of type User
static Class<? extends User> AppiusConfig.getUserClass()
          WRITEME: document this method (brpocock@star-hope.org, Dec 30, 2009)