Interface AuthenticatorListener
public interface AuthenticatorListener
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoginRejected(String username, String password) voidonLoginSuccess(String username, String token) voidonLoginUserNotFound(String username, String password) void
-
Method Details
-
onLoginSuccess
-
onLoginRejected
-
onLoginUserNotFound
-
onLogout
-