Uses of Class
cn.herodotus.engine.logic.identity.entity.OAuth2Application
Packages that use OAuth2Application
Package
Description
-
Uses of OAuth2Application in cn.herodotus.engine.logic.identity.repository
Methods in cn.herodotus.engine.logic.identity.repository that return OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationRepository.findByClientId(String clientId) 根据 Client ID 查询 OAuth2Application -
Uses of OAuth2Application in cn.herodotus.engine.logic.identity.service
Methods in cn.herodotus.engine.logic.identity.service that return OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationService.findByClientId(String clientId) OAuth2ApplicationService.saveAndFlush(OAuth2Application entity) Methods in cn.herodotus.engine.logic.identity.service that return types with arguments of type OAuth2ApplicationModifier and TypeMethodDescriptioncn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository<OAuth2Application,String> OAuth2ApplicationService.getRepository()Methods in cn.herodotus.engine.logic.identity.service with parameters of type OAuth2ApplicationModifier and TypeMethodDescriptionOAuth2ApplicationService.saveAndFlush(OAuth2Application entity)