Example usage for org.springframework.security.oauth2.client.token JdbcClientTokenServices subclass-usage

List of usage examples for org.springframework.security.oauth2.client.token JdbcClientTokenServices subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.client.token JdbcClientTokenServices subclass-usage.

Usage

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

/**
 * Client token services with DB table creation on startup.
 * 
 * @see {@link JdbcClientTokenServices}
 * @author raman
 *

From source file eu.trentorise.smartcampus.permissionprovider.oauth.AutoJdbcClientTokenServices.java

/**
 * Client token services with DB table creation on startup.
 * 
 * @see {@link JdbcClientTokenServices}
 * @author raman
 *