Example usage for org.springframework.security.oauth2.provider.code JdbcAuthorizationCodeServices subclass-usage

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

Introduction

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

Usage

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

/**
 * Authorization code services with DB table creation on startup.
 * 
 * @see {@link JdbcAuthorizationCodeServices}
 * @author raman
 *

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

/**
 * Authorization code services with DB table creation on startup.
 * 
 * @see {@link JdbcAuthorizationCodeServices}
 * @author raman
 *