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