类的使用
cn.herodotus.stirrup.oauth2.management.entity.OAuth2Application
使用OAuth2Application的程序包
程序包
说明
-
cn.herodotus.stirrup.oauth2.management.controller中OAuth2Application的使用
修饰符和类型方法说明cn.herodotus.stirrup.core.definition.domain.Result<OAuth2Application> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<OAuth2Application, String> OAuth2ApplicationController.getWriteableService() -
cn.herodotus.stirrup.oauth2.management.repository中OAuth2Application的使用
修饰符和类型方法说明OAuth2ApplicationRepository.findByClientId(String clientId) 根据 Client ID 查询 OAuth2Application -
cn.herodotus.stirrup.oauth2.management.service中OAuth2Application的使用
修饰符和类型方法说明OAuth2ApplicationService.findByClientId(String clientId) OAuth2ApplicationService.saveAndFlush(OAuth2Application entity) 修饰符和类型方法说明cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<OAuth2Application, String> OAuth2ApplicationService.getRepository()