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

Packages that use ForbiddenUserException
org.starhope.appius.mb   
org.starhope.appius.user   
 

Uses of ForbiddenUserException in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that throw ForbiddenUserException
 void IBCRegister.setUserEmail(String email)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 

Uses of ForbiddenUserException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw ForbiddenUserException
static void User.assertUserNameAvailable(String userNameRequested)
           Make the assertion that the user name supplied is available to be requested or assigned to this user.
static User User.create(Date date, String string, String nick)
          Create a new user account
 void User.requestNewUserName(String userNameRequested)
           Post a request to the lifeguards to get approval of a user name
 void User.setParent(Parent parent)
          Set this to be a child account with the specified parent.
 void User.setUserName(String newLogin)
           
 void User.setUserNameFromUser(String userRequestedLogin)
           Set a user name, requested by the user.
 

Constructors in org.starhope.appius.user that throw ForbiddenUserException
User(Date birthDate1, String avatarTitle, String userNameRequest)
          Create a new user account