public interface HerodotusAuthorizationConsentRepository extends BaseRepository<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>
Description: HerodotusAuthorizationConsentRepository
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByRegisteredClientIdAndPrincipalName(String registeredClientId,
String principalName)
根据 client id 和 principalName 删除 OAuth2 确认信息
|
Optional<HerodotusAuthorizationConsent> |
findByRegisteredClientIdAndPrincipalName(String registeredClientId,
String principalName)
根据 client id 和 principalName 查询 OAuth2 确认信息
|
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOnedeleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushdelete, deleteAll, deleteAll, deleteAllById, existsById, save@QueryHints(value=) Optional<HerodotusAuthorizationConsent> findByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)
registeredClientId - 注册OAuth2客户端IDprincipalName - 用户名HerodotusAuthorizationConsentCopyright © 2023 Dromara. All rights reserved.