public interface AutoLoginHandler
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AutoLoginInstruction |
handle(RequestContext req,
boolean isLogined,
UserContext user) |
default java.lang.Exception |
handleException(AutoLoginInstruction ali,
ApplicationException e,
RequestContext req,
boolean isLogined,
UserContext user) |
default void |
handleSuccess(AutoLoginInstruction ali,
RequestContext req,
UserContext user) |
AutoLoginInstruction handle(RequestContext req, boolean isLogined, UserContext user)
default java.lang.Exception handleException(AutoLoginInstruction ali, ApplicationException e, RequestContext req, boolean isLogined, UserContext user)
default void handleSuccess(AutoLoginInstruction ali, RequestContext req, UserContext user)