模块 org.redkale

接口 HttpRpcAuthenticator

  • 所有已知实现类:
    HttpRpcSecretAuthenticator

    public interface HttpRpcAuthenticator
    rpc鉴权验证器

    详情见: https://redkale.org

    从以下版本开始:
    2.7.0
    作者:
    zhangjx
    • 方法详细资料

      • init

        default void init​(AnyValue config)
        初始化方法
        参数:
        config - 配置参数
      • auth

        boolean auth​(HttpRequest request,
                     HttpResponse response)
        成功返回true, 不成功返回false,且需要response.finish()输出失败的信息, 比如404
        参数:
        request - HttpRequest
        response - HttpResponse
        返回:
        是否验证成功
      • destroy

        default void destroy​(AnyValue config)
        销毁方法
        参数:
        config - 配置参数