@Service public class HerodotusAuthorizationConsentService extends BaseLayeredService<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId>
Description: HerodotusAuthorizationConsentService
这里命名没有按照统一的习惯,主要是为了防止与 spring-authorization-server 已有类的同名而导致Bean注入失败
| 构造器和说明 |
|---|
HerodotusAuthorizationConsentService(HerodotusAuthorizationConsentRepository authorizationConsentRepository) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByRegisteredClientIdAndPrincipalName(String registeredClientId,
String principalName) |
Optional<HerodotusAuthorizationConsent> |
findByRegisteredClientIdAndPrincipalName(String registeredClientId,
String principalName) |
BaseRepository<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId> |
getRepository() |
likeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAndFlush, saveOrUpdatecount, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage@Autowired public HerodotusAuthorizationConsentService(HerodotusAuthorizationConsentRepository authorizationConsentRepository)
public BaseRepository<HerodotusAuthorizationConsent,HerodotusAuthorizationConsentId> getRepository()
public Optional<HerodotusAuthorizationConsent> findByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)
Copyright © 2023 Dromara. All rights reserved.