Uses of Class
cn.herodotus.engine.oauth2.management.entity.OAuth2Application
Packages that use OAuth2Application
Package
Description
-
Uses of OAuth2Application in cn.herodotus.engine.oauth2.management.controller
Methods in cn.herodotus.engine.oauth2.management.controller that return types with arguments of type OAuth2ApplicationModifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Result<OAuth2Application>cn.herodotus.engine.data.core.service.WriteableService<OAuth2Application,String> OAuth2ApplicationController.getWriteableService() -
Uses of OAuth2Application in cn.herodotus.engine.oauth2.management.repository
Methods in cn.herodotus.engine.oauth2.management.repository that return OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationRepository.findByClientId(String clientId) 根据 Client ID 查询 OAuth2Application -
Uses of OAuth2Application in cn.herodotus.engine.oauth2.management.service
Methods in cn.herodotus.engine.oauth2.management.service that return OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationService.findByClientId(String clientId) OAuth2ApplicationService.saveAndFlush(OAuth2Application entity) Methods in cn.herodotus.engine.oauth2.management.service that return types with arguments of type OAuth2ApplicationModifier and TypeMethodDescriptioncn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Application,String> OAuth2ApplicationService.getRepository()Methods in cn.herodotus.engine.oauth2.management.service with parameters of type OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationService.saveAndFlush(OAuth2Application entity)