Interface AuthenticatorListener


public interface AuthenticatorListener
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Details

    • onLoginSuccess

      void onLoginSuccess(String username, String token)
    • onLoginRejected

      void onLoginRejected(String username, String password)
    • onLoginUserNotFound

      void onLoginUserNotFound(String username, String password)
    • onLogout

      void onLogout(io.jsonwebtoken.Claims claims, String token, long expireInMilliseconds)