public interface JwtAccessTokenConverterRestTemplateCustomizer
RestTemplate
that is used to fetch the keys used
by JwtAccessTokenConverter
.JwtAccessTokenConverter.setSigningKey(String)
,
JwtAccessTokenConverter.setVerifierKey(String)
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.web.client.RestTemplate template)
Customize the
template before it is initialized. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.