@Deprecated public class OAuth2FeignRequestInterceptorBuilder extends Object
OAuth2FeignRequestInterceptor using configurer
beans of class OAuth2FeignRequestInterceptorConfigurer. Each configurer
instance can add AccessTokenProvider new ClientHttpRequestInterceptor
instances.| Constructor and Description |
|---|
OAuth2FeignRequestInterceptorBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuth2FeignRequestInterceptor |
buildWithConfigurers(org.springframework.security.oauth2.client.OAuth2ClientContext oAuth2ClientContext,
org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails resource,
List<OAuth2FeignRequestInterceptorConfigurer> buildConfigurers)
Deprecated.
|
OAuth2FeignRequestInterceptorBuilder |
withAccessTokenProviderInterceptors(org.springframework.http.client.ClientHttpRequestInterceptor... interceptors)
Deprecated.
|
public OAuth2FeignRequestInterceptorBuilder()
public OAuth2FeignRequestInterceptorBuilder withAccessTokenProviderInterceptors(org.springframework.http.client.ClientHttpRequestInterceptor... interceptors)
public static OAuth2FeignRequestInterceptor buildWithConfigurers(org.springframework.security.oauth2.client.OAuth2ClientContext oAuth2ClientContext, org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails resource, List<OAuth2FeignRequestInterceptorConfigurer> buildConfigurers)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.