@Configuration public static class AuthzAutoConfiguration.AuthzCloudAutoConfiguration extends Object
| 构造器和说明 |
|---|
AuthzCloudAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthzFeignRequestInterceptor |
authzFeignRequestInterceptor() |
void |
authzRestTemplateInterceptor(org.springframework.web.client.RestTemplate restTemplate) |
@Bean @ConditionalOnClass(name="org.springframework.cloud.openfeign.FeignContext") public AuthzFeignRequestInterceptor authzFeignRequestInterceptor()
@Autowired(required=false) @ConditionalOnBean(value=org.springframework.web.client.RestTemplate.class) public void authzRestTemplateInterceptor(org.springframework.web.client.RestTemplate restTemplate)
Copyright © 2022. All rights reserved.