Class JdbcOAuth2AuthorizationConsentService

java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService
All Implemented Interfaces:
OAuth2AuthorizationConsentService

public class JdbcOAuth2AuthorizationConsentService extends Object implements OAuth2AuthorizationConsentService
A JDBC implementation of an OAuth2AuthorizationConsentService that uses a JdbcOperations for OAuth2AuthorizationConsent persistence.

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

Since:
0.1.2
See Also: