Example usage for org.springframework.security.oauth2.client OAuth2ClientContext interface-usage

List of usage examples for org.springframework.security.oauth2.client OAuth2ClientContext interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.client OAuth2ClientContext interface-usage.

Usage

From source file cz.cvut.zuul.support.spring.client.ScopedOAuth2ClientContext.java

/**
 * The scoped {@code OAuth2ClientContext} implementation that keeps context
 * for distinct resources and resource owners.
 *
 * <p>This was originally created as a replacement for "magic" in
 * {@link org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser}