Uses of Class
cn.herodotus.engine.oauth2.management.service.OAuth2ScopeService
Packages that use OAuth2ScopeService
Package
Description
-
Uses of OAuth2ScopeService in cn.herodotus.engine.oauth2.management.controller
Constructors in cn.herodotus.engine.oauth2.management.controller with parameters of type OAuth2ScopeServiceModifierConstructorDescriptionConsentController(OAuth2ApplicationService applicationService, org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService authorizationConsentService, OAuth2ScopeService scopeService) OAuth2ScopeController(OAuth2ScopeService scopeService) -
Uses of OAuth2ScopeService in cn.herodotus.engine.oauth2.management.converter
Constructors in cn.herodotus.engine.oauth2.management.converter with parameters of type OAuth2ScopeServiceModifierConstructorDescriptionRegisteredClientToOAuth2DeviceConverter(OAuth2ScopeService scopeService) -
Uses of OAuth2ScopeService in cn.herodotus.engine.oauth2.management.service
Constructors in cn.herodotus.engine.oauth2.management.service with parameters of type OAuth2ScopeServiceModifierConstructorDescriptionOAuth2DeviceService(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository herodotusRegisteredClientRepository, OAuth2DeviceRepository deviceRepository, OAuth2ScopeService scopeService)