接口 JwtAccessTokenConverterRestTemplateCustomizer


  • public interface JwtAccessTokenConverterRestTemplateCustomizer
    Callback for customizing the RestTemplate that is used to fetch the keys used by JwtAccessTokenConverter.
    从以下版本开始:
    1.5.2
    另请参阅:
    JwtAccessTokenConverter.setSigningKey(String), JwtAccessTokenConverter.setVerifierKey(String)
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidcustomize​(org.springframework.web.client.RestTemplate template)
      Customize the template before it is initialized.
    • 方法详细资料

      • customize

        void customize​(org.springframework.web.client.RestTemplate template)
        Customize the template before it is initialized.
        参数:
        template - the rest template