Class JdbcOAuth2AuthorizedClientService

java.lang.Object
org.springframework.security.oauth2.client.JdbcOAuth2AuthorizedClientService
All Implemented Interfaces:
OAuth2AuthorizedClientService

public class JdbcOAuth2AuthorizedClientService extends Object implements OAuth2AuthorizedClientService
A JDBC implementation of an OAuth2AuthorizedClientService that uses a JdbcOperations for OAuth2AuthorizedClient persistence.

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

Since:
5.3
See Also: