public class DefaultLoginAjaxHandler extends Object implements LoginAjaxHandler
| 构造器和说明 |
|---|
DefaultLoginAjaxHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleLoginFailure(Request request,
Response response,
LoginContext context) |
void |
handleLoginSuccess(Request request,
Response response,
LoginContext context) |
void |
promoteLogin(Request request,
Response response,
LoginContext context) |
public void promoteLogin(Request request, Response response, LoginContext context) throws Throwable
promoteLogin 在接口中 LoginAjaxHandlerThrowablepublic void handleLoginSuccess(Request request, Response response, LoginContext context) throws Throwable
handleLoginSuccess 在接口中 LoginAjaxHandlerThrowablepublic void handleLoginFailure(Request request, Response response, LoginContext context) throws Throwable
handleLoginFailure 在接口中 LoginAjaxHandlerThrowableCopyright © 2019. All rights reserved.