OauthAuthorizationConsentRepositoryImpl

Constructors

Link copied to clipboard
constructor(sql: KSqlClient)

Functions

open override fun deleteByRegisteredClientIdAndPrincipalName(registeredClientId: String, principalName: String)

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

Link copied to clipboard

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

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

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

Link copied to clipboard
open override fun flush()

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

Link copied to clipboard

保存 OAuth 授权同意

Link copied to clipboard

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