Class HerodotusRegisteredClientService
java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<HerodotusRegisteredClient,String>
cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
- All Implemented Interfaces:
cn.herodotus.engine.data.core.service.ReadableService<HerodotusRegisteredClient,,String> cn.herodotus.engine.data.core.service.WriteableService<HerodotusRegisteredClient,String>
@Service
public class HerodotusRegisteredClientService
extends cn.herodotus.engine.data.core.service.BaseService<HerodotusRegisteredClient,String>
Description: HerodotusRegisteredClientService
这里命名没有按照统一的习惯,主要是为了防止与 spring-authorization-server 已有类的同名而导致Bean注入失败
- Author:
- : gengwei.zheng
- Date:
- : 2022/2/25 21:06
-
Constructor Summary
ConstructorsConstructorDescriptionHerodotusRegisteredClientService(HerodotusRegisteredClientRepository registeredClientRepository) -
Method Summary
Modifier and TypeMethodDescriptionfindByClientId(String clientId) cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String> Methods inherited from class cn.herodotus.engine.data.core.service.BaseService
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPageMethods inherited from interface cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
Constructor Details
-
HerodotusRegisteredClientService
@Autowired public HerodotusRegisteredClientService(HerodotusRegisteredClientRepository registeredClientRepository)
-
-
Method Details
-
getRepository
public cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String> getRepository() -
findByClientId
-