|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrongPasswordException | |
---|---|
bootstrapP | |
common.interfaces | |
messageServerP |
Uses of WrongPasswordException in bootstrapP |
---|
Methods in bootstrapP that throw WrongPasswordException | |
---|---|
void |
SafeMSForBSInterface.assign(java.lang.String MSPw,
User user,
java.lang.String userPw)
|
void |
SafeMSForBSInterface.blockAssignation(java.lang.String MSPw,
boolean status)
|
void |
Communication.deleteUser(User user,
java.lang.String pw)
|
void |
SafeMSForBSInterface.deleteUserAdmin(User nick,
java.lang.String MSpw)
|
Statistics |
SafeMSForBSInterface.getStatistics(java.lang.String globalpw)
|
java.util.Vector<User> |
SafeMSForBSInterface.getUsersList(java.lang.String globalpw)
|
void |
SafeMSForBSInterface.moveUser(java.lang.String MSPw,
User user,
MessageServer ms)
|
void |
SafeMSForBSInterface.shutdown(java.lang.String MSPw)
|
Uses of WrongPasswordException in common.interfaces |
---|
Methods in common.interfaces that throw WrongPasswordException | |
---|---|
void |
MSForServletInterface.addToFriends(User user,
java.lang.String pw,
User userToAdd)
Used by a servlet to tell the message server to add another user in his contact list as friend. |
void |
MSForBSInterface.assign(java.lang.String MSPw,
User user,
java.lang.String userPw)
Assigns a new user to the message server. |
void |
MSForBSInterface.blockAssignation(java.lang.String MSPw,
boolean status)
Puts the MS in the 'blocked' or 'unblocked' status, depending on the boolean status given by argument. |
void |
MSForServletInterface.blockContact(User user,
java.lang.String pw,
User userToBlock)
Marks userToBlock in the user's contact list as blocked, so that no more messages from that user are accepted. |
void |
MSForServletInterface.changePassword(User user,
java.lang.String oldPw,
java.lang.String newPw)
Changes the user password. |
void |
MSForServletInterface.deleteDownloadedMsgs(User user,
java.lang.String pw)
Deletes the messages that are already downloaded by a User. |
void |
BSForServletInterface.deleteUser(User user,
java.lang.String pw)
Deletes an account of a user (this method is used by the user itself). |
void |
MSForBSInterface.deleteUserAdmin(User nick,
java.lang.String MSpw)
Deletes a user. |
java.util.Vector<Message> |
MSForServletInterface.downloadMsgs(User user,
java.lang.String pw)
Downloads the messages stored in the Message server for a user. |
ContactList |
MSForServletInterface.getContactList(User user,
java.lang.String pw)
Returns user list of contacts. |
Statistics |
MSForBSInterface.getStatistics(java.lang.String globalpw)
Returns the statistics of the message server. |
java.util.Vector<User> |
MSForBSInterface.getUsersList(java.lang.String globalpw)
Returns the list of users managed by the Message Server. |
void |
MSForBSInterface.moveUser(java.lang.String MSPw,
User user,
MessageServer ms)
Moves a user assignation from the message server to the specified one. |
void |
MSForServletInterface.removeContact(User user,
java.lang.String pw,
User userToRemove)
Removes userToRemove from user's contact list, so that no more messages from that user are accepted. |
void |
MSForServletInterface.setState(User user,
java.lang.String pw,
boolean state)
Sets a user state. |
void |
MSForBSInterface.shutdown(java.lang.String MSPw)
Shuts down the MS server. |
Uses of WrongPasswordException in messageServerP |
---|
Methods in messageServerP that throw WrongPasswordException | |
---|---|
void |
Communication.addToFriends(User user,
java.lang.String userPw,
User userToAdd)
|
void |
Communication.assign(java.lang.String MSPw,
User user,
java.lang.String password)
|
void |
Communication.blockAssignation(java.lang.String MSPw,
boolean status)
|
void |
Communication.blockContact(User user,
java.lang.String pw,
User userToBlock)
|
void |
Communication.changePassword(User user,
java.lang.String oldPw,
java.lang.String newPw)
|
void |
Communication.deleteDownloadedMsgs(User user,
java.lang.String pw)
|
void |
Communication.deleteUserAdmin(User nick,
java.lang.String MSpw)
|
java.util.Vector<Message> |
Communication.downloadMsgs(User user,
java.lang.String pw)
|
ContactList |
Communication.getContactList(User user,
java.lang.String pw)
|
Statistics |
Communication.getStatistics(java.lang.String MSPw)
|
java.util.Vector<User> |
Communication.getUsersList(java.lang.String MSPw)
|
void |
Communication.moveUser(java.lang.String MSPw,
User user,
MessageServer ms)
|
void |
Communication.removeContact(User user,
java.lang.String pw,
User userToRemove)
|
void |
Communication.setState(User user,
java.lang.String pw,
boolean state)
|
void |
Communication.shutdown(java.lang.String MSPw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |