OauthRegisteredClientService

OAuth2 注册客户端服务

定义 OAuth2 注册客户端的管理能力

Author

lishangbu

Since

2026/3/19

Inheritors

Functions

Link copied to clipboard

按 ID 查询 OAuth2 注册客户端

Link copied to clipboard
abstract fun getPageByCondition(registeredClient: OauthRegisteredClient, pageable: Pageable): Page<OauthRegisteredClient>

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

Link copied to clipboard

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

Link copied to clipboard
abstract fun removeById(id: String)

按 ID 删除 OAuth2 注册客户端

Link copied to clipboard
abstract fun save(registeredClient: OauthRegisteredClient): OauthRegisteredClient

保存 OAuth2 注册客户端

Link copied to clipboard
abstract fun update(registeredClient: OauthRegisteredClient): OauthRegisteredClient

更新 OAuth2 注册客户端