Example usage for org.springframework.security.oauth2.provider.token.store JdbcTokenStore subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.token.store JdbcTokenStore subclass-usage

Introduction

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

Usage

From source file it.smartcommunitylab.aac.oauth.AutoJdbcTokenStore.java

/**
 * Token store with DB tables creation on startup.
 * @see {@link JdbcTokenStore}
 * @author raman
 *
 */