OauthAuthorizationConsentRepository

OAuth 授权同意仓储接口

定义OAuth 授权同意数据的查询与持久化操作

Author

lishangbu

Since

2025/9/14

Inheritors

Functions

abstract fun deleteByRegisteredClientIdAndPrincipalName(registeredClientId: String, principalName: String)

按注册客户端 ID 和主体名称删除 OAuth 授权同意

Link copied to clipboard

按复合主键查询 OAuth 授权同意

Link copied to clipboard
abstract fun findByRegisteredClientIdAndPrincipalName(registeredClientId: String, principalName: String): OauthAuthorizationConsent?

按注册客户端 ID 和主体名称查询 OAuth 授权同意

Link copied to clipboard
abstract fun flush()

刷新持久化上下文

Link copied to clipboard

保存 OAuth 授权同意

Link copied to clipboard

保存OAuth 授权同意并立即刷新