public interface LoginAjaxHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleLoginFailure(Request request,
Response response,
LoginContext context) |
void |
handleLoginSuccess(Request request,
Response response,
LoginContext context) |
void |
promoteLogin(Request request,
Response response,
LoginContext context) |
void promoteLogin(Request request, Response response, LoginContext context) throws Throwable
Throwablevoid handleLoginSuccess(Request request, Response response, LoginContext context) throws Throwable
Throwablevoid handleLoginFailure(Request request, Response response, LoginContext context) throws Throwable
ThrowableCopyright © 2019. All rights reserved.