Interface JwtAccessTokenConverterRestTemplateCustomizer


  • public interface JwtAccessTokenConverterRestTemplateCustomizer
    Callback for customizing the RestTemplate that is used to fetch the keys used by JwtAccessTokenConverter.
    Since:
    1.5.2
    See Also:
    JwtAccessTokenConverter.setSigningKey(String), JwtAccessTokenConverter.setVerifierKey(String)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcustomize​(org.springframework.web.client.RestTemplate template)
      Customize the template before it is initialized.
    • Method Detail

      • customize

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