Example usage for org.springframework.security.oauth.provider OAuthProviderSupport interface-usage

List of usage examples for org.springframework.security.oauth.provider OAuthProviderSupport interface-usage

Introduction

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

Usage

From source file org.springframework.security.oauth.provider.CoreOAuthProviderSupport.java

/**
 * Utility for common logic for supporting an OAuth provider.
 *
 * @author Ryan Heaton
 */
public class CoreOAuthProviderSupport implements OAuthProviderSupport {

From source file org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport.java

/**
 * Utility for common logic for supporting an OAuth provider.
 *
 * @author Ryan Heaton
 */
public class CoreOAuthProviderSupport implements OAuthProviderSupport {