OauthRegisteredClientService

OAuth2 注册客户端服务

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

Author

lishangbu

Since

2026/3/19

Inheritors

Functions

Link copied to clipboard
abstract fun getById(id: String): OauthRegisteredClientView?

按 ID 查询 OAuth2 注册客户端

Link copied to clipboard
abstract fun getPageByCondition(specification: OauthRegisteredClientSpecification, pageable: Pageable): Page<OauthRegisteredClientView>

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

Link copied to clipboard
abstract fun listByCondition(specification: OauthRegisteredClientSpecification): List<OauthRegisteredClientView>

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

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

按 ID 删除 OAuth2 注册客户端

Link copied to clipboard
abstract fun save(command: SaveOauthRegisteredClientInput): OauthRegisteredClientView

保存 OAuth2 注册客户端

Link copied to clipboard
abstract fun update(command: UpdateOauthRegisteredClientInput): OauthRegisteredClientView

更新 OAuth2 注册客户端