接口 LoginProcessor

  • 所有已知实现类:
    HttpLoginProcessor

    public interface LoginProcessor
    Nacos login processor.
    作者:
    Nacos
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.alibaba.nacos.plugin.auth.api.LoginIdentityContext getResponse​(java.util.Properties properties)
      send request to server and get result.
    • 方法详细资料

      • getResponse

        com.alibaba.nacos.plugin.auth.api.LoginIdentityContext getResponse​(java.util.Properties properties)
        send request to server and get result.
        参数:
        properties - request properties.
        返回:
        login identity context.