Example usage for org.springframework.boot.autoconfigure.security.oauth2.resource UserInfoRestTemplateCustomizer interface-usage

List of usage examples for org.springframework.boot.autoconfigure.security.oauth2.resource UserInfoRestTemplateCustomizer interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.security.oauth2.resource UserInfoRestTemplateCustomizer interface-usage.

Usage

From source file org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration.java

class TraceUserInfoRestTemplateCustomizer implements UserInfoRestTemplateCustomizer {

    private final BeanFactory beanFactory;

    private final Object delegate;