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

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

Introduction

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

Usage

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

/**
 * Adapts a {@link } returned by the {@link } 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")

From source file org.encuestame.oauth.security.AppConnectionProviderToken.java

/**
 * Implementation to a Spring Security {@link OAuthAccessProviderToken}.
 * @author Picado, Juan juanATencuestame.org
 * @since Dec 24, 2010 10:58:37 AM
 * @version $Id:$
 * @see OAuthSessionManagerProviderTokenServices