Class JdbcOAuth2AuthorizationService

java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService
All Implemented Interfaces:
OAuth2AuthorizationService

public class JdbcOAuth2AuthorizationService extends Object implements OAuth2AuthorizationService
A JDBC implementation of an OAuth2AuthorizationService that uses a JdbcOperations for OAuth2Authorization persistence.

NOTE: This OAuth2AuthorizationService depends on the table definition described in "classpath:org/springframework/security/oauth2/server/authorization/oauth2-authorization-schema.sql" and therefore MUST be defined in the database schema.

Since:
0.1.2
See Also: