public interface ILoginService
| Modifier and Type | Method and Description |
|---|---|
void |
activateAccount(String ticket) |
String |
createAccount(CreateAccountData createAccountData,
boolean sendMail) |
String |
login(LoginData loginData) |
void |
remindPassword(String username) |
Copyright © 2015 Matsuo IT. All rights reserved.