Example usage for org.springframework.security.oauth.provider.token OAuthProviderToken interface-usage

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

Introduction

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

Usage

From source file com.porvak.bracket.social.develop.oauth.OAuthSessionProviderToken.java

/**
 * Adapts a {@link OAuthSession} returned by the {@link com.porvak.bracket.social.develop.oauth.OAuthSessionManager} to a Spring Security {@link org.springframework.security.oauth.provider.token.OAuthProviderToken}.
 * @author Keith Donald
 * @see com.porvak.bracket.social.develop.oauth.OAuthSessionManagerProviderTokenServices
 */
@SuppressWarnings("serial")