|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteAccountCreation
Interface for account creation of an instant messaging account on a suitable server. Change olat_config.xml at module instant messaging to choose an other implementation at startup. An instance of the implemenation is created at startup by the InstantMessagingModule.init() method.
| Method Summary | |
|---|---|
boolean |
createAccount(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email)
|
boolean |
deleteAccount(java.lang.String username)
delete an account on the IM server |
boolean |
hasAccount(java.lang.String username)
check wheter the user has already an account on the IM server |
| Method Detail |
|---|
boolean createAccount(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email)
username - password - name - email -
boolean deleteAccount(java.lang.String username)
username -
boolean hasAccount(java.lang.String username)
username -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||