Example usage for org.springframework.security.oauth.provider.token RandomValueProviderTokenServices subclass-usage

List of usage examples for org.springframework.security.oauth.provider.token RandomValueProviderTokenServices subclass-usage

Introduction

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

Usage

From source file nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices.java

/**
 * Token store for Oauth1 tokens.
 */
@Component(value = "oauth1TokenServices")
public class OpenConextOauth1TokenServices extends RandomValueProviderTokenServices implements InitializingBean {