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

Packages that use ForbiddenUserException
org.starhope.appius.user   
 

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.
 void User.requestNewUserName(String userNameRequested)
          WRITEME: document this method (brpocock, Jul 14, 2009)
 void User.setUserName(String userName)
           
 void User.setUserNameFromUser(String userName)
           Set a user name, requested by the user.
 

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