Uses of Interface
org.springframework.cloud.config.server.environment.ConfigTokenProvider
Packages that use ConfigTokenProvider
Package
Description
-
Uses of ConfigTokenProvider in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config that return ConfigTokenProviderModifier and TypeMethodDescriptionEnvironmentRepositoryConfiguration.defaultConfigTokenProvider(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.http.HttpServletRequest> httpRequest) VaultConfiguration.vaultConfigTokenProvider(org.springframework.core.env.Environment environment) -
Uses of ConfigTokenProvider in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment that implement ConfigTokenProviderModifier and TypeClassDescriptionclassclass -
Uses of ConfigTokenProvider in org.springframework.cloud.config.server.environment.vault
Constructors in org.springframework.cloud.config.server.environment.vault with parameters of type ConfigTokenProviderModifierConstructorDescriptionSpringVaultClientConfiguration(VaultEnvironmentProperties vaultProperties, ConfigTokenProvider configTokenProvider, List<SpringVaultClientAuthenticationProvider> authProviders) SpringVaultTemplateBuilder(ConfigTokenProvider configTokenProvider, List<SpringVaultClientAuthenticationProvider> authProviders, org.springframework.context.ApplicationContext applicationContext)