Example usage for org.springframework.security.oauth2.common DefaultOAuth2AccessToken subclass-usage

List of usage examples for org.springframework.security.oauth2.common DefaultOAuth2AccessToken subclass-usage

Introduction

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

Usage

From source file org.zalando.stups.oauth2.spring.server.UppercaseOAuth2AccessToken.java

/**
 * Because {@link #getTokenType()} is used in the header it should return 'Bearer' instead of 'bearer'.
 *
 * @author  jbellmann
 */
public class UppercaseOAuth2AccessToken extends DefaultOAuth2AccessToken {