Skip navigation links
A B C D E F G I J K L M N O P R S T Y 

A

AbstractScmAccessor - Class in org.springframework.cloud.config.server.support
Base class for components that want to access a source control management system.
AbstractScmAccessor(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
AbstractScmEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
 
AbstractScmEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.AbstractScmEnvironmentRepository
 
afterPropertiesSet() - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
afterPropertiesSet() - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
afterPropertiesSet() - Method in class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 

B

binary(String, String, String, HttpServletRequest) - Method in class org.springframework.cloud.config.server.resource.ResourceController
 

C

CipherEnvironmentEncryptor - Class in org.springframework.cloud.config.server.encryption
EnvironmentEncryptor that can decrypt property values prefixed with {cipher} marker.
CipherEnvironmentEncryptor(TextEncryptorLocator) - Constructor for class org.springframework.cloud.config.server.encryption.CipherEnvironmentEncryptor
 
clean(Environment, String, String) - Method in class org.springframework.cloud.config.server.environment.EnvironmentCleaner
 
clean(Environment) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
ConfigServerApplication - Class in org.springframework.cloud.config.server
 
ConfigServerApplication() - Constructor for class org.springframework.cloud.config.server.ConfigServerApplication
 
ConfigServerBootstrapApplicationListener - Class in org.springframework.cloud.config.server.bootstrap
Normally you don't want the config server to be a config client itself, so this listener disables the config client unless spring.cloud.config.enabled is explicitly "true".
ConfigServerBootstrapApplicationListener() - Constructor for class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
 
ConfigServerBootstrapConfiguration - Class in org.springframework.cloud.config.server.bootstrap
Bootstrap configuration to fetch external configuration from a (possibly remote) EnvironmentRepository.
ConfigServerBootstrapConfiguration() - Constructor for class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapConfiguration
 
ConfigServerBootstrapConfiguration.LocalPropertySourceLocatorConfiguration - Class in org.springframework.cloud.config.server.bootstrap
 
ConfigServerEncryptionConfiguration - Class in org.springframework.cloud.config.server.config
 
ConfigServerEncryptionConfiguration() - Constructor for class org.springframework.cloud.config.server.config.ConfigServerEncryptionConfiguration
 
ConfigServerHealthIndicator - Class in org.springframework.cloud.config.server.config
 
ConfigServerHealthIndicator(EnvironmentRepository) - Constructor for class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator
 
configServerHealthIndicator(EnvironmentRepository) - Method in class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration
 
ConfigServerHealthIndicator.Repository - Class in org.springframework.cloud.config.server.config
 
ConfigServerMvcConfiguration - Class in org.springframework.cloud.config.server.config
 
ConfigServerMvcConfiguration() - Constructor for class org.springframework.cloud.config.server.config.ConfigServerMvcConfiguration
 
ConfigServerProperties - Class in org.springframework.cloud.config.server.config
 
ConfigServerProperties() - Constructor for class org.springframework.cloud.config.server.config.ConfigServerProperties
 
ConfigServerProperties.Encrypt - Class in org.springframework.cloud.config.server.config
 
ConfigServerTestUtils - Class in org.springframework.cloud.config.server.test
 
ConfigServerTestUtils() - Constructor for class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.cloud.config.server.config.ConfigServerMvcConfiguration
 
copyLocalRepo(String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
createBaseDir() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 

D

decrypt(Environment) - Method in class org.springframework.cloud.config.server.encryption.CipherEnvironmentEncryptor
 
decrypt(String, MediaType) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
decrypt(String, String, String, MediaType) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
decrypt(Environment) - Method in interface org.springframework.cloud.config.server.encryption.EnvironmentEncryptor
 
DEFAULT_ORDER - Static variable in class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
 
defaultLabel(String, String) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
DefaultTextEncryptorConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration.DefaultTextEncryptorConfiguration
 
deleteLocalRepo(String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator
 

E

EnableConfigServer - Annotation Type in org.springframework.cloud.config.server
 
Encrypt() - Constructor for class org.springframework.cloud.config.server.config.ConfigServerProperties.Encrypt
 
encrypt(String, MediaType) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
encrypt(String, String, String, MediaType) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
EncryptionAutoConfiguration - Class in org.springframework.cloud.config.server.config
Auto configuration for text encryptors and environment encryptors (non-web stuff).
EncryptionAutoConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
 
EncryptionAutoConfiguration.DefaultTextEncryptorConfiguration - Class in org.springframework.cloud.config.server.config
 
EncryptionAutoConfiguration.KeyStoreConfiguration - Class in org.springframework.cloud.config.server.config
 
encryptionController() - Method in class org.springframework.cloud.config.server.config.ConfigServerEncryptionConfiguration
 
EncryptionController - Class in org.springframework.cloud.config.server.encryption
 
EncryptionController(TextEncryptorLocator) - Constructor for class org.springframework.cloud.config.server.encryption.EncryptionController
 
EnvironmentCleaner - Class in org.springframework.cloud.config.server.environment
 
EnvironmentCleaner() - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentCleaner
 
environmentController() - Method in class org.springframework.cloud.config.server.config.ConfigServerMvcConfiguration
 
EnvironmentController - Class in org.springframework.cloud.config.server.environment
 
EnvironmentController(EnvironmentRepository) - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentController
 
EnvironmentController(EnvironmentRepository, ObjectMapper) - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentController
 
environmentEncryptor(TextEncryptorLocator) - Method in class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration
 
EnvironmentEncryptor - Interface in org.springframework.cloud.config.server.encryption
Service interface for decrypting properties in Environment object.
EnvironmentEncryptorEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
A delegating EnvironmentRepository that can decrypt the properties if an EnvironmentEncryptor is provided.
EnvironmentEncryptorEnvironmentRepository(EnvironmentRepository) - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository
 
EnvironmentEncryptorEnvironmentRepository(EnvironmentRepository, EnvironmentEncryptor) - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository
 
EnvironmentPropertySource - Class in org.springframework.cloud.config.server.support
 
EnvironmentPropertySource(Environment) - Constructor for class org.springframework.cloud.config.server.support.EnvironmentPropertySource
 
environmentRepository() - Method in class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.GitRepositoryConfiguration
 
environmentRepository() - Method in class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.NativeRepositoryConfiguration
 
environmentRepository() - Method in class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.SvnRepositoryConfiguration
 
EnvironmentRepository - Interface in org.springframework.cloud.config.server.environment
 
EnvironmentRepositoryConfiguration - Class in org.springframework.cloud.config.server.config
 
EnvironmentRepositoryConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration
 
EnvironmentRepositoryConfiguration.GitRepositoryConfiguration - Class in org.springframework.cloud.config.server.config
 
EnvironmentRepositoryConfiguration.NativeRepositoryConfiguration - Class in org.springframework.cloud.config.server.config
 
EnvironmentRepositoryConfiguration.SvnRepositoryConfiguration - Class in org.springframework.cloud.config.server.config
 
environmentRepositoryPropertySourceLocator() - Method in class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapConfiguration.LocalPropertySourceLocatorConfiguration
 
EnvironmentRepositoryPropertySourceLocator - Class in org.springframework.cloud.config.server.environment
A PropertySourceLocator that reads from an EnvironmentRepository.
EnvironmentRepositoryPropertySourceLocator(EnvironmentRepository, String, String, String) - Constructor for class org.springframework.cloud.config.server.environment.EnvironmentRepositoryPropertySourceLocator
 

F

findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.AbstractScmEnvironmentRepository
 
findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository
 
findOne(String, String, String) - Method in interface org.springframework.cloud.config.server.environment.EnvironmentRepository
 
findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
findOne(String, String, String) - Method in class org.springframework.cloud.config.server.environment.PassthruEnvironmentRepository
 
findOne(String, String, String, String) - Method in class org.springframework.cloud.config.server.resource.GenericResourceRepository
 
findOne(String, String, String, String) - Method in interface org.springframework.cloud.config.server.resource.ResourceRepository
 

G

GenericResourceRepository - Class in org.springframework.cloud.config.server.resource
GenericResourceRepository(SearchPathLocator) - Constructor for class org.springframework.cloud.config.server.resource.GenericResourceRepository
 
getApplication() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
getBasedir() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getBaseDirectory(String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
getDefaultApplicationName() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getDefaultLabel() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getDefaultLabel() - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
getDefaultLabel() - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
getDefaultLabel() - Method in class org.springframework.cloud.config.server.environment.PassthruEnvironmentRepository
 
getDefaultLabel() - Method in class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 
getDefaultProfile() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getEncrypt() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getEnvironment() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getGitFactory() - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
getLabel() - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
getLabel() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
getLocations(String, String, String) - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
getLocations(String, String, String) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
getLocations(String, String, String) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
getLocations(String, String, String) - Method in interface org.springframework.cloud.config.server.environment.SearchPathLocator
 
getLocations() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
getLocations(String, String, String) - Method in class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 
getName() - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
getName() - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
getOrder() - Method in class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
 
getOverrides() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getPassword() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getPattern() - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
getPrefix() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
getProfile() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
getProfiles() - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
getProperty(String) - Method in class org.springframework.cloud.config.server.support.EnvironmentPropertySource
 
getPublicKey() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
getPublicKey(String, String) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
getRepos() - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
getRepositories() - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator
 
getSearchLocations() - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
getSearchLocations(File, String, String, String) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getSearchPaths() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getTimeout() - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
getUri() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getUsername() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
getVersion() - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
getVersion() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
getWorkingDirectory() - Method in class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 
getWorkingDirectory() - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
GitRepositoryConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.GitRepositoryConfiguration
 

I

illegalArgument(HttpServletResponse) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
init() - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator
 
invalidCipher() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
isBootstrap() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
isCloneOnStart() - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
isEnabled() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties.Encrypt
 
isFailOnError() - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
isStripDocumentFromYaml() - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 

J

JGitEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
An EnvironmentRepository backed by a single git repository.
JGitEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
jsonProperties(String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 

K

keyFormat() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
KeyStoreConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration.KeyStoreConfiguration
 
KeyStoreTextEncryptorLocator - Class in org.springframework.cloud.config.server.encryption
A TextEncryptorLocator that pulls RSA key pairs out of a keystore.
KeyStoreTextEncryptorLocator(KeyStoreKeyFactory, String, String) - Constructor for class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
keyUnavailable() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 

L

labelled(String, String, String) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
labelledJsonProperties(String, String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
labelledProperties(String, String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
labelledYaml(String, String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
LocalPropertySourceLocatorConfiguration() - Constructor for class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapConfiguration.LocalPropertySourceLocatorConfiguration
 
locate(Map<String, String>) - Method in class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
locate(String) - Method in class org.springframework.cloud.config.server.encryption.PassthruSecretLocator
 
locate(String) - Method in interface org.springframework.cloud.config.server.encryption.SecretLocator
 
locate(Map<String, String>) - Method in class org.springframework.cloud.config.server.encryption.SingleTextEncryptorLocator
 
locate(Map<String, String>) - Method in interface org.springframework.cloud.config.server.encryption.TextEncryptorLocator
 
locate(Environment) - Method in class org.springframework.cloud.config.server.environment.EnvironmentRepositoryPropertySourceLocator
 
Locations(String, String, String, String, String[]) - Constructor for class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 
logger - Variable in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 

M

main(String[]) - Static method in class org.springframework.cloud.config.server.ConfigServerApplication
 
matches(String, String, String) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
MultipleJGitEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
EnvironmentRepository that based on one or more git repositories.
MultipleJGitEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
 

N

NativeEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
Simple implementation of EnvironmentRepository that uses a SpringApplication and configuration files located through the normal protocols.
NativeEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
NativeRepositoryConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.NativeRepositoryConfiguration
 
noSuchLabel(HttpServletResponse) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
NoSuchLabelException - Exception in org.springframework.cloud.config.server.environment
 
NoSuchLabelException(String) - Constructor for exception org.springframework.cloud.config.server.environment.NoSuchLabelException
 
NoSuchResourceException - Exception in org.springframework.cloud.config.server.resource
 
NoSuchResourceException(String) - Constructor for exception org.springframework.cloud.config.server.resource.NoSuchResourceException
 
notFound(NoSuchResourceException) - Method in class org.springframework.cloud.config.server.resource.ResourceController
 
notInstalled() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
nullTextEncryptor() - Method in class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration.DefaultTextEncryptorConfiguration
 

O

onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
 
org.springframework.cloud.config.server - package org.springframework.cloud.config.server
 
org.springframework.cloud.config.server.bootstrap - package org.springframework.cloud.config.server.bootstrap
 
org.springframework.cloud.config.server.config - package org.springframework.cloud.config.server.config
 
org.springframework.cloud.config.server.encryption - package org.springframework.cloud.config.server.encryption
 
org.springframework.cloud.config.server.environment - package org.springframework.cloud.config.server.environment
 
org.springframework.cloud.config.server.resource - package org.springframework.cloud.config.server.resource
 
org.springframework.cloud.config.server.support - package org.springframework.cloud.config.server.support
 
org.springframework.cloud.config.server.test - package org.springframework.cloud.config.server.test
 

P

PassthruEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
Simple implementation of EnvironmentRepository that just reflects an existing Spring Environment.
PassthruEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.PassthruEnvironmentRepository
 
PassthruSecretLocator - Class in org.springframework.cloud.config.server.encryption
 
PassthruSecretLocator() - Constructor for class org.springframework.cloud.config.server.encryption.PassthruSecretLocator
 
PatternMatchingJGitEnvironmentRepository() - Constructor for class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
PatternMatchingJGitEnvironmentRepository(String) - Constructor for class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
prepareEnvironment(Environment) - Static method in class org.springframework.cloud.config.server.support.EnvironmentPropertySource
 
prepareLocalRepo() - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
prepareLocalRepo(String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
prepareLocalRepo(String, String, String, String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
prepareLocalSvnRepo(String, String) - Static method in class org.springframework.cloud.config.server.test.ConfigServerTestUtils
 
properties(String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 

R

Repository() - Constructor for class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
RepositoryException - Exception in org.springframework.cloud.config.server.environment
 
RepositoryException(String) - Constructor for exception org.springframework.cloud.config.server.environment.RepositoryException
 
resolve(String, String, String, HttpServletRequest) - Method in class org.springframework.cloud.config.server.resource.ResourceController
 
resolvePlaceholders(StandardEnvironment, String) - Static method in class org.springframework.cloud.config.server.support.EnvironmentPropertySource
 
resourceController() - Method in class org.springframework.cloud.config.server.config.ConfigServerMvcConfiguration
 
ResourceController - Class in org.springframework.cloud.config.server.resource
An HTTP endpoint for serving up templated plain text resources from an underlying repository.
ResourceController(ResourceRepository, EnvironmentRepository) - Constructor for class org.springframework.cloud.config.server.resource.ResourceController
 
resourceRepository(SearchPathLocator) - Method in class org.springframework.cloud.config.server.config.ResourceRepositoryConfiguration
 
ResourceRepository - Interface in org.springframework.cloud.config.server.resource
 
ResourceRepositoryConfiguration - Class in org.springframework.cloud.config.server.config
 
ResourceRepositoryConfiguration() - Constructor for class org.springframework.cloud.config.server.config.ResourceRepositoryConfiguration
 

S

SearchPathLocator - Interface in org.springframework.cloud.config.server.environment
Strategy for locating a search path for resource (e.g.
SearchPathLocator.Locations - Class in org.springframework.cloud.config.server.environment
 
SecretLocator - Interface in org.springframework.cloud.config.server.encryption
 
setBasedir(File) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setBootstrap(boolean) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setCloneOnStart(boolean) - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
setDefaultApplicationName(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setDefaultApplicationName(String) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
setDefaultLabel(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setDefaultLabel(String) - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
setDefaultLabel(String) - Method in class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 
setDefaultProfile(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setDefaultProfile(String) - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
setEnabled(boolean) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties.Encrypt
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setFailOnError(boolean) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
setGitFactory(JGitEnvironmentRepository.JGitFactory) - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
setLabel(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
setName(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
setName(String) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
setOrder(int) - Method in class org.springframework.cloud.config.server.bootstrap.ConfigServerBootstrapApplicationListener
 
setOverrides(Map<String, String>) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setOverrides(Map<String, String>) - Method in class org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository
 
setPassword(String) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setPattern(String[]) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository
 
setPrefix(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setProfiles(String) - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator.Repository
 
setRepos(Map<String, MultipleJGitEnvironmentRepository.PatternMatchingJGitEnvironmentRepository>) - Method in class org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository
 
setRepositories(Map<String, ConfigServerHealthIndicator.Repository>) - Method in class org.springframework.cloud.config.server.config.ConfigServerHealthIndicator
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.config.server.resource.GenericResourceRepository
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setRsaAlgorithm(RsaAlgorithm) - Method in class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
setSalt(String) - Method in class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
setSearchLocations(String...) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
setSearchPaths(String...) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setSecretLocator(SecretLocator) - Method in class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
setStripDocumentFromYaml(boolean) - Method in class org.springframework.cloud.config.server.config.ConfigServerProperties
 
setStripDocumentFromYaml(boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
Flag to indicate that YAML documents which are not a map should be stripped of the "document" prefix that is added by Spring (to facilitate conversion to Properties).
setStrong(boolean) - Method in class org.springframework.cloud.config.server.encryption.KeyStoreTextEncryptorLocator
 
setTimeout(int) - Method in class org.springframework.cloud.config.server.environment.JGitEnvironmentRepository
 
setUri(String) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setUsername(String) - Method in class org.springframework.cloud.config.server.support.AbstractScmAccessor
 
setVersion(String) - Method in class org.springframework.cloud.config.server.environment.NativeEnvironmentRepository
 
SingleEncryptorAutoConfiguration - Class in org.springframework.cloud.config.server.config
 
SingleEncryptorAutoConfiguration() - Constructor for class org.springframework.cloud.config.server.config.SingleEncryptorAutoConfiguration
 
SingleTextEncryptorLocator - Class in org.springframework.cloud.config.server.encryption
 
SingleTextEncryptorLocator(TextEncryptor) - Constructor for class org.springframework.cloud.config.server.encryption.SingleTextEncryptorLocator
 
status() - Method in class org.springframework.cloud.config.server.encryption.EncryptionController
 
SvnKitEnvironmentRepository - Class in org.springframework.cloud.config.server.environment
Subversion-backed EnvironmentRepository.
SvnKitEnvironmentRepository(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.config.server.environment.SvnKitEnvironmentRepository
 
SvnRepositoryConfiguration() - Constructor for class org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration.SvnRepositoryConfiguration
 

T

textEncryptorLocator() - Method in class org.springframework.cloud.config.server.config.EncryptionAutoConfiguration.KeyStoreConfiguration
 
textEncryptorLocator() - Method in class org.springframework.cloud.config.server.config.SingleEncryptorAutoConfiguration
 
TextEncryptorLocator - Interface in org.springframework.cloud.config.server.encryption
 
toString() - Method in class org.springframework.cloud.config.server.environment.SearchPathLocator.Locations
 

Y

yaml(String, String, boolean) - Method in class org.springframework.cloud.config.server.environment.EnvironmentController
 
A B C D E F G I J K L M N O P R S T Y 
Skip navigation links

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.