Uses of Class
cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
Packages that use HerodotusRegisteredClientService
Package
Description
-
Uses of HerodotusRegisteredClientService in cn.herodotus.engine.oauth2.data.jpa.configuration
Methods in cn.herodotus.engine.oauth2.data.jpa.configuration with parameters of type HerodotusRegisteredClientServiceModifier and TypeMethodDescriptionorg.springframework.security.oauth2.server.authorization.client.RegisteredClientRepositoryOAuth2DataJpaConfiguration.registeredClientRepository(HerodotusRegisteredClientService herodotusRegisteredClientService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of HerodotusRegisteredClientService in cn.herodotus.engine.oauth2.data.jpa.storage
Constructors in cn.herodotus.engine.oauth2.data.jpa.storage with parameters of type HerodotusRegisteredClientServiceModifierConstructorDescriptionJpaRegisteredClientRepository(HerodotusRegisteredClientService herodotusRegisteredClientService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)