|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForbiddenUserException | |
---|---|
org.starhope.appius.game.npc | |
org.starhope.appius.sys.op | |
org.starhope.appius.user | |
org.starhope.catullus |
Uses of ForbiddenUserException in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that throw ForbiddenUserException | |
---|---|
void |
Ejecta.setParent(Parent newParent)
|
Uses of ForbiddenUserException in org.starhope.appius.sys.op |
---|
Methods in org.starhope.appius.sys.op that throw ForbiddenUserException | |
---|---|
static void |
OpCommands.op_parentapproves(String[] words,
AbstractUser u,
Room room)
WRITEME: Document this method brpocock@star-hope.org |
Uses of ForbiddenUserException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw ForbiddenUserException | |
---|---|
static void |
Nomenclator.assertLoginAvailable(String userNameRequested)
Make the assertion that the user name supplied is available to be requested or assigned to this user. |
static void |
User.assertUserNameAvailable(String userNameRequested)
Deprecated. Use Nomenclator.assertLoginAvailable(String)
instead |
static AbstractUser |
Nomenclator.create(Date date,
String string,
String nick)
Create a new user account |
static AbstractUser |
User.create(Date date,
String string,
String nick)
Deprecated. Use Nomenclator.create(Date,String,String)
instead |
void |
User.rename(String newName)
Rename the user account, updating all necessary related records. |
void |
Parent.rename(String newName)
|
void |
AbstractPerson.rename(String newName)
Rename the user account, updating all necessary related records. |
void |
User.requestNewUserName(String userNameRequested)
Post a request to the lifeguards to get approval of a user name |
void |
UserRecord.requestNewUserName(String userNameRequested)
Post a request to the lifeguards to get approval of a user name |
void |
AbstractNonPlayerCharacter.setParent(Parent newParent)
|
void |
User.setParent(Parent parent)
Set this to be a child account with the specified parent. |
void |
AbstractUser.setParent(Parent newParent)
If this is a child account (per COPPA), then associate a parent record with it. |
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,
String passwordAnswer,
String passwordQuestion,
String password)
Create a new user account |
|
UserRecord(Date birthDate1,
String avatarTitle,
String userNameRequest,
String passwordAnswer,
String passwordQuestion,
String password2)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of ForbiddenUserException in org.starhope.catullus |
---|
Methods in org.starhope.catullus that throw ForbiddenUserException | |
---|---|
void |
Vehicle.connect()
WRITEME: Document this method brpocock@star-hope.org |
void |
JavaRMIVehicle.connect()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |