Class ApiKeyAuth

  • All Implemented Interfaces:
    feign.RequestInterceptor

    public class ApiKeyAuth
    extends Object
    implements feign.RequestInterceptor
    • Constructor Detail

      • ApiKeyAuth

        public ApiKeyAuth​(String location,
                          String paramName)
    • Method Detail

      • getLocation

        public String getLocation()
      • getParamName

        public String getParamName()
      • getApiKey

        public String getApiKey()
      • setApiKey

        public void setApiKey​(String apiKey)
      • apply

        public void apply​(feign.RequestTemplate template)
        Specified by:
        apply in interface feign.RequestInterceptor