Example usage for org.springframework.security.oauth2.client OAuth2RestTemplate subclass-usage

List of usage examples for org.springframework.security.oauth2.client OAuth2RestTemplate subclass-usage

Introduction

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

Usage

From source file org.cloudfoundry.identity.uaa.login.util.LocalUaaRestTemplate.java

public class LocalUaaRestTemplate extends OAuth2RestTemplate implements InitializingBean {
    protected AuthorizationServerTokenServices tokenServices;
    protected String clientId;
    protected ClientDetailsService clientDetailsService;
    protected boolean verifySsl = true;