Example usage for org.springframework.security.oauth.consumer OAuthConsumerSupport interface-usage

List of usage examples for org.springframework.security.oauth.consumer OAuthConsumerSupport interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth.consumer OAuthConsumerSupport interface-usage.

Usage

From source file org.springframework.security.oauth.consumer.CoreOAuthConsumerSupport.java

/**
 * Consumer-side support for OAuth. This support uses a {@link java.net.URLConnection} to interface with the
 * OAuth provider.  A proxy will be selected, but it is assumed that the {@link javax.net.ssl.TrustManager}s
 * and other connection-related environment variables are already set up.
 *
 * @author Ryan Heaton

From source file org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.java

/**
 * Consumer-side support for OAuth. This support uses a {@link java.net.URLConnection} to interface with the
 * OAuth provider.  A proxy will be selected, but it is assumed that the {@link javax.net.ssl.TrustManager}s
 * and other connection-related environment variables are already set up.
 *
 * @author Ryan Heaton