public class AuthFailureHandlerDefault extends Object implements AuthFailureHandler
| Constructor and Description |
|---|
AuthFailureHandlerDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Result rst)
失败时回调
|
public void onFailure(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Result rst)
throws Throwable
AuthFailureHandleronFailure in interface AuthFailureHandlerctx - 上下文rst - 认证结果ThrowableCopyright © 2025. All rights reserved.