void |
AccountService.changePass(ChangePass form) |
void |
AbstrackAccountService.changePass(ChangePass form) |
protected abstract boolean |
AbstrackAccountService.checkPassword(String id,
String password,
Type type) |
protected abstract String |
AbstrackAccountService.findUserAndCheckPassAndReturnId(LoginForm form) |
protected abstract String |
AbstrackAccountService.findUserAndReturnId(LoginForm form) |
protected abstract int |
AbstrackAccountService.getLoginLifeTime(LoginForm form) |
LoginOut |
AccountService.login(LoginForm form) |
LoginOut |
AbstrackAccountService.login(LoginForm form) |
LoginOut |
AccountService.login(SmartLoginForm form) |
LoginOut |
AbstrackAccountService.login(SmartLoginForm form) |
void |
AccountService.logout(LoginOut form) |
void |
AbstrackAccountService.logout(LoginOut form) |
LoginOut |
AccountService.quickLogin(LoginForm form) |
LoginOut |
AbstrackAccountService.quickLogin(LoginForm form) |
void |
AccountService.resetPass(ResetPass form) |
void |
AbstrackAccountService.resetPass(ResetPass form) |
String |
AccountService.signup(Signup form) |
String |
AbstrackAccountService.signup(Signup form) |
protected abstract void |
AbstrackAccountService.updatePassword(String id,
String password,
Type type) |
protected abstract void |
AbstrackAccountService.updatePasswordByEmail(String email,
String password,
Type type) |
protected abstract void |
AbstrackAccountService.updatePasswordByPhone(String phone,
String password,
Type type) |