public class EzyLoginController extends EzyAbstractServerController implements EzyServerController<EzyLoginRequest>
| Constructor and Description |
|---|
EzyLoginController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
control(EzyServerContext ctx,
EzyZoneContext zoneContext,
EzyUserLoginEvent event) |
protected void |
firePluginEvent(EzyZoneContext ctx,
EzyUserLoginEvent event) |
void |
handle(EzyServerContext ctx,
EzyLoginRequest request) |
protected EzyResponse |
newLoginErrorReponse(EzyILoginError error) |
protected EzyUserLoginEvent |
newLoginEvent(EzySession session,
EzyLoginParams params) |
protected void |
process(EzyServerContext ctx,
EzyZoneContext zoneContext,
EzyUserLoginEvent event) |
protected void |
processException(EzyServerContext ctx,
EzySession session,
EzyLoginErrorException e) |
protected void |
responseLoginError(EzyServerContext ctx,
EzySession session,
EzyILoginError error) |
getAppContext, getController, getControllers, getServer, getSessionManager, getSettings, getUserManagerpublic void handle(EzyServerContext ctx, EzyLoginRequest request)
handle in interface EzyController<EzyServerContext,EzyLoginRequest>protected void processException(EzyServerContext ctx, EzySession session, EzyLoginErrorException e)
protected void control(EzyServerContext ctx, EzyZoneContext zoneContext, EzyUserLoginEvent event)
protected void process(EzyServerContext ctx, EzyZoneContext zoneContext, EzyUserLoginEvent event)
protected void firePluginEvent(EzyZoneContext ctx, EzyUserLoginEvent event)
protected EzyUserLoginEvent newLoginEvent(EzySession session, EzyLoginParams params)
protected void responseLoginError(EzyServerContext ctx, EzySession session, EzyILoginError error)
protected EzyResponse newLoginErrorReponse(EzyILoginError error)
Copyright © 2021 Young Monkeys. All rights reserved.