Class DefaultAuthenticationHandler
java.lang.Object
emu.grasscutter.server.dispatch.authentication.DefaultAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleChangePassword(express.http.Request req, express.http.Response res) handleGameLogin(express.http.Request req, LoginAccountRequestJson requestData) voidhandleLogin(express.http.Request req, express.http.Response res) voidhandleRegister(express.http.Request req, express.http.Response res)
-
Constructor Details
-
DefaultAuthenticationHandler
public DefaultAuthenticationHandler()
-
-
Method Details
-
handleLogin
public void handleLogin(express.http.Request req, express.http.Response res) - Specified by:
handleLoginin interfaceAuthenticationHandler
-
handleRegister
public void handleRegister(express.http.Request req, express.http.Response res) - Specified by:
handleRegisterin interfaceAuthenticationHandler
-
handleChangePassword
public void handleChangePassword(express.http.Request req, express.http.Response res) - Specified by:
handleChangePasswordin interfaceAuthenticationHandler
-
handleGameLogin
public LoginResultJson handleGameLogin(express.http.Request req, LoginAccountRequestJson requestData) - Specified by:
handleGameLoginin interfaceAuthenticationHandler
-