Example usage for org.springframework.security.oauth2.provider OAuth2Authentication subclass-usage

List of usage examples for org.springframework.security.oauth2.provider OAuth2Authentication subclass-usage

Introduction

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

Usage

From source file com.ge.predix.uaa.token.lib.ZoneOAuth2Authentication.java

/**
 * Authentication object to hold currently authorized zone.
 *
 * @author 212319607
 */
public class ZoneOAuth2Authentication extends OAuth2Authentication {

From source file it.reply.orchestrator.dto.security.IndigoOAuth2Authentication.java

public class IndigoOAuth2Authentication extends OAuth2Authentication {

    private static final long serialVersionUID = -1868480964470168415L;

    private OAuth2AccessToken token;
    private UserInfo userInfo;