Class JwtSigningRestTemplateFactory


  • @Component
    public class JwtSigningRestTemplateFactory
    extends Object
    A provider of a RestTemplate that signs requests to Atlassian hosts with JSON Web Tokens.
    • Method Detail

      • getJwtRestTemplate

        public org.springframework.web.client.RestTemplate getJwtRestTemplate()
      • getJwtRestTemplate

        public org.springframework.web.client.RestTemplate getJwtRestTemplate​(AtlassianHost host)