Uses of Class
cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
Packages that use OAuth2ScopeService
Package
Description
-
Uses of OAuth2ScopeService in cn.herodotus.engine.logic.identity.converter
Constructors in cn.herodotus.engine.logic.identity.converter with parameters of type OAuth2ScopeServiceModifierConstructorDescriptionRegisteredClientToOAuth2DeviceConverter(OAuth2ScopeService scopeService) -
Uses of OAuth2ScopeService in cn.herodotus.engine.logic.identity.service
Constructors in cn.herodotus.engine.logic.identity.service with parameters of type OAuth2ScopeServiceModifierConstructorDescriptionOAuth2DeviceService(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, HerodotusRegisteredClientRepository herodotusRegisteredClientRepository, OAuth2DeviceRepository deviceRepository, OAuth2ScopeService scopeService)