Uses of Class
cn.herodotus.engine.oauth2.management.entity.OAuth2Device
Packages that use OAuth2Device
Package
Description
-
Uses of OAuth2Device in cn.herodotus.engine.oauth2.management.controller
Methods in cn.herodotus.engine.oauth2.management.controller that return types with arguments of type OAuth2DeviceModifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Result<OAuth2Device>cn.herodotus.engine.data.core.service.WriteableService<OAuth2Device,String> OAuth2DeviceController.getWriteableService() -
Uses of OAuth2Device in cn.herodotus.engine.oauth2.management.converter
Methods in cn.herodotus.engine.oauth2.management.converter that return OAuth2DeviceModifier and TypeMethodDescriptionRegisteredClientToOAuth2DeviceConverter.convert(org.springframework.security.oauth2.server.authorization.client.RegisteredClient registeredClient) -
Uses of OAuth2Device in cn.herodotus.engine.oauth2.management.repository
Methods in cn.herodotus.engine.oauth2.management.repository that return OAuth2DeviceModifier and TypeMethodDescriptionOAuth2DeviceRepository.findByClientId(String clientId) 根据 Client ID 查询 OAuth2Device -
Uses of OAuth2Device in cn.herodotus.engine.oauth2.management.service
Methods in cn.herodotus.engine.oauth2.management.service that return OAuth2DeviceMethods in cn.herodotus.engine.oauth2.management.service that return types with arguments of type OAuth2DeviceModifier and TypeMethodDescriptioncn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Device,String> OAuth2DeviceService.getRepository()Methods in cn.herodotus.engine.oauth2.management.service with parameters of type OAuth2Device