Uses of Class
cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
Packages that use HerodotusAuthorizationConsentService
Package
Description
-
Uses of HerodotusAuthorizationConsentService in cn.herodotus.engine.oauth2.data.jpa.configuration
Methods in cn.herodotus.engine.oauth2.data.jpa.configuration with parameters of type HerodotusAuthorizationConsentServiceModifier and TypeMethodDescriptionorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentServiceOAuth2DataJpaConfiguration.authorizationConsentService(HerodotusAuthorizationConsentService herodotusAuthorizationConsentService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository) -
Uses of HerodotusAuthorizationConsentService in cn.herodotus.engine.oauth2.data.jpa.storage
Constructors in cn.herodotus.engine.oauth2.data.jpa.storage with parameters of type HerodotusAuthorizationConsentServiceModifierConstructorDescriptionJpaOAuth2AuthorizationConsentService(HerodotusAuthorizationConsentService herodotusAuthorizationConsentService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository)