@FunctionalInterface 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(RestTemplate template)
Customize the
template before it is initialized. |
void customize(RestTemplate template)
template before it is initialized.template - the rest templateCopyright © 2017 Pivotal Software, Inc.. All rights reserved.