Oauth2RegisteredClientRepositoryImpl

Constructors

Link copied to clipboard
constructor(sql: KSqlClient)

Functions

Link copied to clipboard
open override fun deleteById(id: String)

按 ID 删除 OAuth2 注册客户端

Link copied to clipboard
open override fun findAll(example: Example<OauthRegisteredClient>?): List<OauthRegisteredClient>

按条件查询 OAuth2 注册客户端列表

open override fun findAll(example: Example<OauthRegisteredClient>?, pageable: Pageable): Page<OauthRegisteredClient>

按条件分页查询 OAuth2 注册客户端

Link copied to clipboard
open override fun findByClientId(clientId: String): OauthRegisteredClient?

按客户端 ID 查询 OAuth2 注册客户端

Link copied to clipboard
open override fun findById(id: String): OauthRegisteredClient?

按 ID 查询 OAuth2 注册客户端

Link copied to clipboard
open override fun flush()

Jimmer 无需显式刷新,保留空实现

Link copied to clipboard
open override fun save(registeredClient: OauthRegisteredClient): OauthRegisteredClient

保存 OAuth2 注册客户端

Link copied to clipboard
open override fun saveAndFlush(registeredClient: OauthRegisteredClient): OauthRegisteredClient

保存 OAuth2 注册客户端并立即刷新