A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractEnvironmentDecrypt - Class in org.springframework.cloud.bootstrap.encrypt
Abstract class that handles decrypting and merging of PropertySources.
AbstractEnvironmentDecrypt() - Constructor for class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
additionalPropertySourcesToRetain - Variable in class org.springframework.cloud.context.refresh.ContextRefresher
 
afterSingletonsInstantiated() - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 

B

BOOTSTRAP_ENABLED_PROPERTY - Static variable in class org.springframework.cloud.util.PropertyUtils
Property name for checking if bootstrap is enabled.
BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
Property source name for bootstrap.
BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
Bootstrap property source name.
BootstrapApplicationListener - Class in org.springframework.cloud.bootstrap
A listener that prepares a SpringApplication (e.g.
BootstrapApplicationListener() - Constructor for class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
BootstrapConfigFileApplicationListener - Class in org.springframework.cloud.bootstrap
Overrides ConfigFileApplicationListener to disable exception.
BootstrapConfigFileApplicationListener() - Constructor for class org.springframework.cloud.bootstrap.BootstrapConfigFileApplicationListener
 
BootstrapConfiguration - Annotation Type in org.springframework.cloud.bootstrap
A marker interface used as a key in META-INF/spring.factories.
bootstrapEnabled(Environment) - Static method in class org.springframework.cloud.util.PropertyUtils
 
BootstrapImportSelector - Class in org.springframework.cloud.bootstrap
This class uses SpringFactoriesLoader to load BootstrapConfiguration entries from spring.factories.
BootstrapImportSelector() - Constructor for class org.springframework.cloud.bootstrap.BootstrapImportSelector
 
BootstrapImportSelectorConfiguration - Class in org.springframework.cloud.bootstrap
Configuration to import the BootstrapImportSelector configuration.
BootstrapImportSelectorConfiguration() - Constructor for class org.springframework.cloud.bootstrap.BootstrapImportSelectorConfiguration
 
BootstrapPropertySource<T> - Class in org.springframework.cloud.bootstrap.config
Enumerable wrapper for a property source.
BootstrapPropertySource(EnumerablePropertySource<T>) - Constructor for class org.springframework.cloud.bootstrap.config.BootstrapPropertySource
 

C

CachedRandomPropertySource - Class in org.springframework.cloud.util.random
 
CachedRandomPropertySource(PropertySource) - Constructor for class org.springframework.cloud.util.random.CachedRandomPropertySource
 
CachedRandomPropertySourceEnvironmentPostProcessor - Class in org.springframework.cloud.util.random
 
CachedRandomPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.util.random.CachedRandomPropertySourceEnvironmentPostProcessor
 
clear() - Method in interface org.springframework.cloud.context.scope.ScopeCache
Clears the cache and returns all objects in an unmodifiable collection.
clear() - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
clear() - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
clearCache() - Static method in class org.springframework.cloud.util.random.CachedRandomPropertySource
 
ConditionalOnBootstrapDisabled - Annotation Type in org.springframework.cloud.util
 
ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition - Class in org.springframework.cloud.util
 
ConditionalOnBootstrapEnabled - Annotation Type in org.springframework.cloud.util
 
ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition - Class in org.springframework.cloud.util
 
configDataContextRefresher(ConfigurableApplicationContext, RefreshScope, RefreshAutoConfiguration.RefreshProperties) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
ConfigDataContextRefresher - Class in org.springframework.cloud.context.refresh
 
ConfigDataContextRefresher(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.context.refresh.ConfigDataContextRefresher
Deprecated.
ConfigDataContextRefresher(ConfigurableApplicationContext, RefreshScope, RefreshAutoConfiguration.RefreshProperties) - Constructor for class org.springframework.cloud.context.refresh.ConfigDataContextRefresher
 
configurationPropertiesBeans() - Static method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 
ConfigurationPropertiesBeans - Class in org.springframework.cloud.context.properties
Collects references to @ConfigurationProperties beans in the context and its parent.
ConfigurationPropertiesBeans() - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
configurationPropertiesRebinder(ConfigurationPropertiesBeans) - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 
ConfigurationPropertiesRebinder - Class in org.springframework.cloud.context.properties
Listens for EnvironmentChangeEvent and rebinds beans that were bound to the Environment using @ConfigurationProperties.
ConfigurationPropertiesRebinder(ConfigurationPropertiesBeans) - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
ConfigurationPropertiesRebinderAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Auto-configuration for ConfigurationPropertiesRebinder.
ConfigurationPropertiesRebinderAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 
ContextRefresher - Class in org.springframework.cloud.context.refresh
 
ContextRefresher(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher
Deprecated.
ContextRefresher(ConfigurableApplicationContext, RefreshScope, RefreshAutoConfiguration.RefreshProperties) - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher
 
ContextRefresher.Empty - Class in org.springframework.cloud.context.refresh
 
copyEnvironment(ConfigurableEnvironment) - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
create(String) - Method in class org.springframework.cloud.context.encrypt.EncryptorFactory
 
createContext(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
createTextEncryptor(KeyProperties, RsaProperties) - Static method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
Deprecated.
createTextEncryptor(KeyProperties, RsaProperties) - Static method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
Utility to create a TextEncryptor via properties.

D

decrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils.FailsafeTextEncryptor
 
decrypt(TextEncryptor, String, String) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
decrypt(TextEncryptor, Map<String, Object>) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
decrypt(TextEncryptor, PropertySources) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
DECRYPTED_BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
Name of the decrypted bootstrap property source.
DECRYPTED_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
Name of the decrypted property source.
DecryptEnvironmentPostProcessor - Class in org.springframework.cloud.bootstrap.encrypt
Decrypt properties from the environment and insert them with high priority so they override the encrypted values.
DecryptEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.bootstrap.encrypt.DecryptEnvironmentPostProcessor
 
DEFAULT_NAME - Static variable in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
Default name for the refresh scope refreshed event.
DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
The default order for this listener.
DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
Default order for the listener.
DEFAULT_PROPERTIES - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
The name of the default properties.
DEFAULT_PROPERTY_SOURCES - Static variable in class org.springframework.cloud.context.refresh.ContextRefresher
 
destroy() - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
destroy() - Method in class org.springframework.cloud.context.scope.GenericScope
 
destroy(String) - Method in class org.springframework.cloud.context.scope.GenericScope
Destroys the named bean (i.e.
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.health.RefreshScopeHealthIndicator
 
doPause() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
doRestart() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
doResume() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 

E

Empty() - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher.Empty
 
encrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils.FailsafeTextEncryptor
 
ENCRYPTED_PROPERTY_PREFIX - Static variable in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
Prefix indicating an encrypted value.
ENCRYPTED_PROPERTY_PREFIX - Static variable in class org.springframework.cloud.bootstrap.TextEncryptorBindHandler
Prefix indicating an encrypted value.
EncryptionBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptionBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
EncryptionBootstrapConfiguration.FailsafeTextEncryptor - Class in org.springframework.cloud.bootstrap.encrypt
Deprecated.
EncryptionBootstrapConfiguration.KeyCondition - Class in org.springframework.cloud.bootstrap.encrypt
A Spring Boot condition for key encryption.
EncryptionBootstrapConfiguration.RsaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptorFactory - Class in org.springframework.cloud.context.encrypt
 
EncryptorFactory() - Constructor for class org.springframework.cloud.context.encrypt.EncryptorFactory
 
EncryptorFactory(String) - Constructor for class org.springframework.cloud.context.encrypt.EncryptorFactory
 
EnvironmentChangeEvent - Class in org.springframework.cloud.context.environment
Event published to signal a change in the Environment.
EnvironmentChangeEvent(Object, Set<String>) - Constructor for class org.springframework.cloud.context.environment.EnvironmentChangeEvent
 
EnvironmentChangeEvent(Set<String>) - Constructor for class org.springframework.cloud.context.environment.EnvironmentChangeEvent
 
EnvironmentDecryptApplicationInitializer - Class in org.springframework.cloud.bootstrap.encrypt
Decrypt properties from the environment and insert them with high priority so they override the encrypted values.
EnvironmentDecryptApplicationInitializer(TextEncryptor) - Constructor for class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
environmentDecryptApplicationListener(ConfigurableApplicationContext, KeyProperties) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
environmentManager(ConfigurableEnvironment) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
EnvironmentManager - Class in org.springframework.cloud.context.environment
Entry point for making local (but volatile) changes to the Environment of a running application.
EnvironmentManager(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManager
 
EnvironmentUtils - Class in org.springframework.cloud.env
 
exclude() - Method in annotation type org.springframework.cloud.bootstrap.BootstrapConfiguration
Excludes specific auto-configuration classes such that they will never be applied.

F

FailsafeTextEncryptor() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
Deprecated.
 
FailsafeTextEncryptor() - Constructor for class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils.FailsafeTextEncryptor
 
FailsafeTextEncryptor() - Constructor for class org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper.FailsafeTextEncryptor
Deprecated.
 

G

generateDisplayName(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
GenericScope - Class in org.springframework.cloud.context.scope
A generic Scope implementation.
GenericScope() - Constructor for class org.springframework.cloud.context.scope.GenericScope
 
GenericScope.LockedScopedProxyFactoryBean<S extends GenericScope> - Class in org.springframework.cloud.context.scope
A factory bean with a locked scope.
get(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Gets the named object from the cache.
get(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
get(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
get(String, ObjectFactory<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
 
getAdditionalPropertySourcesToRetain() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshProperties
 
getAlgorithm() - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 
getAlias() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
getConfiguration() - Method in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
 
getContext() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
getContext(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getContextNames() - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getConversationId() - Method in class org.springframework.cloud.context.scope.GenericScope
 
getDelegate() - Method in class org.springframework.cloud.bootstrap.config.BootstrapPropertySource
 
getDelegate() - Method in class org.springframework.cloud.bootstrap.config.SimpleBootstrapPropertySource
 
getErrors() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
A map of bean name to errors when instantiating the bean.
getErrors() - Method in class org.springframework.cloud.context.scope.GenericScope
A map of bean name to errors when instantiating the bean.
getEvent() - Method in class org.springframework.cloud.endpoint.event.RefreshEvent
 
getEventDesc() - Method in class org.springframework.cloud.endpoint.event.RefreshEvent
 
getInstance(String, Class<?>, Class<?>...) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getInstance(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getInstance(String, ResolvableType) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getInstances(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getKey() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getKeys() - Method in class org.springframework.cloud.context.environment.EnvironmentChangeEvent
 
getKeyStore() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getLazyProvider(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getLocation() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getLock(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
 
getName() - Method in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
 
getName() - Method in class org.springframework.cloud.context.scope.GenericScope
 
getName() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
getNeverRefreshable() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
getOrder() - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
getOrder() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
getOrder() - Method in class org.springframework.cloud.bootstrap.encrypt.DecryptEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
getOrder() - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 
getOrder() - Method in class org.springframework.cloud.context.restart.RestartListener
 
getOrder() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
getOrder() - Method in class org.springframework.cloud.util.random.CachedRandomPropertySourceEnvironmentPostProcessor
 
getOrigin(String) - Method in class org.springframework.cloud.bootstrap.support.OriginTrackedCompositePropertySource
 
getParent() - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getPassword() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getPauseEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getProperty(String) - Method in class org.springframework.cloud.bootstrap.config.BootstrapPropertySource
 
getProperty(String) - Method in class org.springframework.cloud.bootstrap.config.SimpleBootstrapPropertySource
 
getProperty(String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
getProperty(String) - Method in class org.springframework.cloud.util.random.CachedRandomPropertySource
 
getPropertyNames() - Method in class org.springframework.cloud.bootstrap.config.BootstrapPropertySource
 
getProvider(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
getRefreshable() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
getResumeEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getSalt() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getSalt() - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 
getScope() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
getSecret() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getSubProperties(Environment, String) - Static method in class org.springframework.cloud.env.EnvironmentUtils
 
getTargetObject(Object) - Static method in class org.springframework.cloud.util.ProxyUtils
 
getTimeout() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getType() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 

H

handle(ApplicationReadyEvent) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
 
handle(RefreshEvent) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
 

I

init() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.JpaInvokerConfiguration
 
initialize(BootstrapRegistry) - Method in class org.springframework.cloud.bootstrap.RefreshBootstrapRegistryInitializer
 
initialize(BootstrapRegistry) - Method in class org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
invoke(MethodInvocation) - Method in class org.springframework.cloud.context.scope.GenericScope.LockedScopedProxyFactoryBean
 
isAllowOverride() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isEnabled(ConfigurableEnvironment) - Method in class org.springframework.cloud.bootstrap.encrypt.DecryptEnvironmentPostProcessor
 
isFailOnError() - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
isFailOnError() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
isInitializeOnContextRefresh() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isLegacyBootstrap(Environment) - Static method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
Method to check if legacy bootstrap mode is enabled.
isOverrideNone() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isOverrideSystemProperties() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isRunning() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
isStrong() - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 

J

JpaInvokerConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.JpaInvokerConfiguration
 

K

KeyCondition() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
 
KeyFormatException - Exception in org.springframework.cloud.context.encrypt
Exception related to the format of key.
KeyFormatException() - Constructor for exception org.springframework.cloud.context.encrypt.KeyFormatException
 
KeyFormatException(Throwable) - Constructor for exception org.springframework.cloud.context.encrypt.KeyFormatException
 
keyProperties() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
KeyProperties - Class in org.springframework.cloud.bootstrap.encrypt
Key encryption properties.
KeyProperties() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
KeyProperties.KeyStore - Class in org.springframework.cloud.bootstrap.encrypt
Key store properties.
keysConfigured(KeyProperties) - Static method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
Is a key configured.
keysConfigured(KeyProperties) - Static method in class org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper
Deprecated.
KeyStore() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 

L

legacyContextRefresher(ConfigurableApplicationContext, RefreshScope, RefreshAutoConfiguration.RefreshProperties) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
LegacyContextRefresher - Class in org.springframework.cloud.context.refresh
 
LegacyContextRefresher(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.context.refresh.LegacyContextRefresher
Deprecated.
LegacyContextRefresher(ConfigurableApplicationContext, RefreshScope, RefreshAutoConfiguration.RefreshProperties) - Constructor for class org.springframework.cloud.context.refresh.LegacyContextRefresher
 
LifecycleMvcEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Auto-configuration for some MVC endpoints governing the application context lifecycle.
LifecycleMvcEndpointAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
locate(Environment) - Method in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
 
locateCollection(PropertySourceLocator, Environment) - Static method in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
 
locateCollection(Environment) - Method in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
 
LockedScopedProxyFactoryBean(S) - Constructor for class org.springframework.cloud.context.scope.GenericScope.LockedScopedProxyFactoryBean
 
logger - Variable in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
logger - Variable in class org.springframework.cloud.context.refresh.ContextRefresher
 
loggingRebinder() - Static method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
LoggingRebinder - Class in org.springframework.cloud.logging
Listener that looks for EnvironmentChangeEvent and rebinds logger levels if any changed.
LoggingRebinder() - Constructor for class org.springframework.cloud.logging.LoggingRebinder
 
LoggingSystemShutdownListener - Class in org.springframework.cloud.bootstrap
Cleans up the logging system immediately after the bootstrap context is created on startup.
LoggingSystemShutdownListener() - Constructor for class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 

M

MARKER_CLASS - Static variable in class org.springframework.cloud.util.PropertyUtils
Property name for bootstrap marker class name.
MARKER_CLASS_EXISTS - Static variable in class org.springframework.cloud.util.PropertyUtils
Boolean if bootstrap marker class exists.
merge(PropertySource<?>, Map<String, Object>) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 
merge(PropertySources) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
 

N

NamedContextFactory<C extends NamedContextFactory.Specification> - Class in org.springframework.cloud.context.named
Creates a set of child contexts that allows a set of Specifications to define the beans in each child context.
NamedContextFactory(Class<?>, String, String) - Constructor for class org.springframework.cloud.context.named.NamedContextFactory
 
NamedContextFactory.Specification - Interface in org.springframework.cloud.context.named
Specification with name and configuration.

O

onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.cloud.context.refresh.ConfigDataContextRefresher
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.bootstrap.BootstrapConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.context.restart.RestartListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.cloud.bootstrap.TextEncryptorBindHandler
 
org.springframework.cloud.autoconfigure - package org.springframework.cloud.autoconfigure
 
org.springframework.cloud.bootstrap - package org.springframework.cloud.bootstrap
 
org.springframework.cloud.bootstrap.config - package org.springframework.cloud.bootstrap.config
 
org.springframework.cloud.bootstrap.encrypt - package org.springframework.cloud.bootstrap.encrypt
 
org.springframework.cloud.bootstrap.support - package org.springframework.cloud.bootstrap.support
 
org.springframework.cloud.context.config.annotation - package org.springframework.cloud.context.config.annotation
 
org.springframework.cloud.context.encrypt - package org.springframework.cloud.context.encrypt
 
org.springframework.cloud.context.environment - package org.springframework.cloud.context.environment
 
org.springframework.cloud.context.named - package org.springframework.cloud.context.named
 
org.springframework.cloud.context.properties - package org.springframework.cloud.context.properties
 
org.springframework.cloud.context.refresh - package org.springframework.cloud.context.refresh
 
org.springframework.cloud.context.restart - package org.springframework.cloud.context.restart
 
org.springframework.cloud.context.scope - package org.springframework.cloud.context.scope
 
org.springframework.cloud.context.scope.refresh - package org.springframework.cloud.context.scope.refresh
 
org.springframework.cloud.context.scope.thread - package org.springframework.cloud.context.scope.thread
 
org.springframework.cloud.endpoint - package org.springframework.cloud.endpoint
 
org.springframework.cloud.endpoint.event - package org.springframework.cloud.endpoint.event
 
org.springframework.cloud.env - package org.springframework.cloud.env
 
org.springframework.cloud.health - package org.springframework.cloud.health
 
org.springframework.cloud.logging - package org.springframework.cloud.logging
 
org.springframework.cloud.util - package org.springframework.cloud.util
 
org.springframework.cloud.util.random - package org.springframework.cloud.util.random
 
OriginTrackedCompositePropertySource - Class in org.springframework.cloud.bootstrap.support
 
OriginTrackedCompositePropertySource(String) - Constructor for class org.springframework.cloud.bootstrap.support.OriginTrackedCompositePropertySource
Create a new CompositePropertySource.

P

pause() - Method in interface org.springframework.cloud.context.restart.PauseHandler
 
pause() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
 
PauseEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
 
PauseHandler - Interface in org.springframework.cloud.context.restart
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.context.scope.GenericScope
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.context.scope.GenericScope
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.bootstrap.encrypt.DecryptEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.util.random.CachedRandomPropertySourceEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
ConfigurationProperties prefix for KeyProperties.
PREFIX - Static variable in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
ConfigurationProperties prefix for RsaProperties.
promote(BootstrapContext, ConfigurableListableBeanFactory) - Static method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
Promote the TextEncryptor to the ApplicationContext.
PropertySourceBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.config
 
PropertySourceBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
PropertySourceBootstrapProperties - Class in org.springframework.cloud.bootstrap.config
Properties for Spring Cloud Config bootstrap.
PropertySourceBootstrapProperties() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
PropertySourceLocator - Interface in org.springframework.cloud.bootstrap.config
Strategy for locating (possibly remote) property sources for the Environment.
PropertyUtils - Class in org.springframework.cloud.util
 
proxyMode() - Method in annotation type org.springframework.cloud.context.config.annotation.RefreshScope
 
ProxyUtils - Class in org.springframework.cloud.util
 
put(String, Object) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Put a value in the cache if the key is not already used.
put(String, Object) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
put(String, Object) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 

R

rebind() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
rebind(Class) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
WARNING: This method rebinds beans from any context in the hierarchy using the main application context.
rebind(String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
refresh() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
refresh() - Method in class org.springframework.cloud.endpoint.RefreshEndpoint
 
refresh(Class) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
WARNING: This method refreshes beans from any context in the hierarchy using the main application context.
refresh(String) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
REFRESH_ARGS_PROPERTY_SOURCE - Static variable in class org.springframework.cloud.context.refresh.ContextRefresher
 
REFRESH_SCOPE_ENABLED - Static variable in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
Name of the enabled prefix for refresh scope.
REFRESH_SCOPE_NAME - Static variable in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
Name of the refresh scope name.
REFRESH_SCOPE_PREFIX - Static variable in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
Name of the prefix for refresh scope.
refreshAll() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
RefreshAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Autoconfiguration for the refresh scope and associated features to do with changes in the Environment (e.g.
RefreshAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
RefreshAutoConfiguration.JpaInvokerConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshProperties - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer - Class in org.springframework.cloud.autoconfigure
 
RefreshBootstrapRegistryInitializer - Class in org.springframework.cloud.bootstrap
BootstrapRegistryInitializer that adds the BootstrapContext to the ApplicationContext for use later in ConfigDataContextRefresher.
RefreshBootstrapRegistryInitializer() - Constructor for class org.springframework.cloud.bootstrap.RefreshBootstrapRegistryInitializer
 
refreshEndpoint(ContextRefresher) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
 
RefreshEndpoint - Class in org.springframework.cloud.endpoint
 
RefreshEndpoint(ContextRefresher) - Constructor for class org.springframework.cloud.endpoint.RefreshEndpoint
 
RefreshEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshEndpointAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
 
RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshEndpointConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
 
refreshEnvironment() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
RefreshEvent - Class in org.springframework.cloud.endpoint.event
Event that triggers a call to RefreshEndpoint.refresh().
RefreshEvent(Object, Object, String) - Constructor for class org.springframework.cloud.endpoint.event.RefreshEvent
 
refreshEventListener(ContextRefresher) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
RefreshEventListener - Class in org.springframework.cloud.endpoint.event
Calls ContextRefresher.refresh() when a RefreshEvent is received.
RefreshEventListener(ContextRefresher) - Constructor for class org.springframework.cloud.endpoint.event.RefreshEventListener
 
RefreshProperties() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshProperties
 
refreshScope() - Static method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
RefreshScope - Class in org.springframework.cloud.context.scope.refresh
A Scope implementation that allows for beans to be refreshed dynamically at runtime (see RefreshScope.refresh(String) and RefreshScope.refreshAll()).
RefreshScope - Annotation Type in org.springframework.cloud.context.config.annotation
Convenience annotation to put a @Bean definition in refresh scope.
RefreshScope() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScope
Creates a scope instance and gives it the default name: "refresh".
RefreshScopeBeanDefinitionEnhancer() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
RefreshScopeHealthIndicator - Class in org.springframework.cloud.health
Health indicator for the refresh scope and configuration properties rebinding.
RefreshScopeHealthIndicator(ObjectProvider<RefreshScope>, ConfigurationPropertiesRebinder) - Constructor for class org.springframework.cloud.health.RefreshScopeHealthIndicator
 
RefreshScopeRefreshedEvent - Class in org.springframework.cloud.context.scope.refresh
 
RefreshScopeRefreshedEvent() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
RefreshScopeRefreshedEvent(String) - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
register(BootstrapRegistry) - Static method in class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
Register all classes that need a TextEncryptor in TextEncryptorConfigBootstrapper.
registerDestructionCallback(String, Runnable) - Method in class org.springframework.cloud.context.scope.GenericScope
 
remove(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
remove(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Removes the object with this name from the cache.
remove(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
remove(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
reset() - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
reset() - Method in class org.springframework.cloud.context.environment.WritableEnvironmentEndpointWebExtension
 
resolveContextualObject(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
restart() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
RestartEndpoint - Class in org.springframework.cloud.context.restart
An endpoint that restarts the application context.
RestartEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint
 
RestartEndpoint.PauseEndpoint - Class in org.springframework.cloud.context.restart
Pause endpoint configuration.
RestartEndpoint.ResumeEndpoint - Class in org.springframework.cloud.context.restart
Resume endpoint configuration.
RestartListener - Class in org.springframework.cloud.context.restart
A listener that stores enough information about an application, as it starts, to be able to restart it later if needed.
RestartListener() - Constructor for class org.springframework.cloud.context.restart.RestartListener
 
resume() - Method in interface org.springframework.cloud.context.restart.PauseHandler
 
resume() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
 
ResumeEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
 
RSA_IS_PRESENT - Static variable in class org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper
RsaSecretEncryptor present.
RsaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 
rsaProperties() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 
RsaProperties - Class in org.springframework.cloud.bootstrap.encrypt
 
RsaProperties() - Constructor for class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 

S

ScopeCache - Interface in org.springframework.cloud.context.scope
A special-purpose cache interface specifically for the GenericScope to use to manage cached bean instances.
selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.bootstrap.BootstrapImportSelector
 
setAdditionalPropertySourcesToRetain(List<String>) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshProperties
 
setAlgorithm(RsaAlgorithm) - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 
setAlias(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setAllowOverride(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.context.scope.GenericScope.LockedScopedProxyFactoryBean
 
setConfigurations(List<C>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 
setEager(boolean) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
Flag to determine whether all beans in refresh scope should be instantiated eagerly on startup.
setEnvironment(Environment) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
setEnvironment(Environment) - Method in class org.springframework.cloud.bootstrap.BootstrapImportSelector
 
setEnvironment(Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
setEnvironmentManager(EnvironmentManager) - Method in class org.springframework.cloud.context.environment.WritableEnvironmentEndpointWebExtension
 
setExtraRefreshable(Set<String>) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.AbstractEnvironmentDecrypt
Strategy to determine how to handle exceptions during decryption.
setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setId(String) - Method in class org.springframework.cloud.context.scope.GenericScope
Manual override for the serialization ID that will be used to identify the bean factory.
setInitializeOnContextRefresh(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setIntegrationMBeanExporter(Object) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
setKey(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setKeyStore(KeyProperties.KeyStore) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.JpaInvokerConfiguration
 
setLocation(Resource) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
setName(String) - Method in class org.springframework.cloud.context.scope.GenericScope
The name of this scope.
setOrder(int) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
setOrder(int) - Method in class org.springframework.cloud.bootstrap.encrypt.DecryptEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
setOrder(int) - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 
setOrder(int) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
setOverrideNone(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setOverrideSystemProperties(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setPassword(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setProperty(String, String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
setPropertySourceLocators(Collection<PropertySourceLocator>) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
setRefreshable(Set<String>) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeBeanDefinitionEnhancer
 
setSalt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setSalt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 
setScopeCache(ScopeCache) - Method in class org.springframework.cloud.context.scope.GenericScope
The cache implementation to use for bean instances in this scope.
setSecret(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setStrong(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.RsaProperties
 
setTargetBeanName(String) - Method in class org.springframework.cloud.context.scope.GenericScope.LockedScopedProxyFactoryBean
 
setTimeout(long) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
setType(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
SimpleBootstrapPropertySource<T> - Class in org.springframework.cloud.bootstrap.config
Simple, non-enumerable PropertySource wrapper.
SimpleBootstrapPropertySource(PropertySource<T>) - Constructor for class org.springframework.cloud.bootstrap.config.SimpleBootstrapPropertySource
 
StandardScopeCache - Class in org.springframework.cloud.context.scope
A simple cache implementation backed by a concurrent map.
StandardScopeCache() - Constructor for class org.springframework.cloud.context.scope.StandardScopeCache
 
standardSources - Variable in class org.springframework.cloud.context.refresh.ContextRefresher
 
start(ContextRefreshedEvent) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.cloud.context.restart.RestartListener
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.cloud.context.restart.RestartListener
 

T

textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 
textEncryptor(KeyProperties, RsaProperties) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 
TextEncryptorBindHandler - Class in org.springframework.cloud.bootstrap
BindHandler that uses a TextEncryptor to decrypt text if properly prefixed with {cipher}.
TextEncryptorBindHandler(TextEncryptor, KeyProperties) - Constructor for class org.springframework.cloud.bootstrap.TextEncryptorBindHandler
 
TextEncryptorConfigBootstrapper - Class in org.springframework.cloud.bootstrap
Bootstrapper.
TextEncryptorConfigBootstrapper() - Constructor for class org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper
 
TextEncryptorConfigBootstrapper.FailsafeTextEncryptor - Class in org.springframework.cloud.bootstrap
Deprecated.
TextEncryptorUtils - Class in org.springframework.cloud.bootstrap.encrypt
 
TextEncryptorUtils() - Constructor for class org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils
 
TextEncryptorUtils.FailsafeTextEncryptor - Class in org.springframework.cloud.bootstrap.encrypt
TextEncryptor that just fails, so that users don't get a false sense of security adding ciphers to config files and not getting them decrypted.
ThreadLocalScopeCache - Class in org.springframework.cloud.context.scope.thread
 
ThreadLocalScopeCache() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
ThreadScope - Class in org.springframework.cloud.context.scope.thread
 
ThreadScope() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadScope
Creates a scope instance and gives it the default name: "thread".
toString() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshProperties
 

U

updateEnvironment() - Method in class org.springframework.cloud.context.refresh.ConfigDataContextRefresher
 
updateEnvironment() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
updateEnvironment() - Method in class org.springframework.cloud.context.refresh.LegacyContextRefresher
 
USE_LEGACY_PROCESSING_PROPERTY - Static variable in class org.springframework.cloud.util.PropertyUtils
Property name for spring boot legacy processing.
useLegacyProcessing(Environment) - Static method in class org.springframework.cloud.util.PropertyUtils
 

V

VanillaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 

W

writableEnvironmentEndpoint(Environment) - Method in class org.springframework.cloud.autoconfigure.WritableEnvironmentEndpointAutoConfiguration
 
WritableEnvironmentEndpoint - Class in org.springframework.cloud.context.environment
An extension of the standard EnvironmentEndpoint that allows to modify the environment at runtime.
WritableEnvironmentEndpoint(Environment) - Constructor for class org.springframework.cloud.context.environment.WritableEnvironmentEndpoint
 
WritableEnvironmentEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Auto-configuration for the WritableEnvironmentEndpoint.
WritableEnvironmentEndpointAutoConfiguration(EnvironmentEndpointProperties) - Constructor for class org.springframework.cloud.autoconfigure.WritableEnvironmentEndpointAutoConfiguration
 
writableEnvironmentEndpointWebExtension(WritableEnvironmentEndpoint, EnvironmentManager) - Method in class org.springframework.cloud.autoconfigure.WritableEnvironmentEndpointAutoConfiguration
 
WritableEnvironmentEndpointWebExtension - Class in org.springframework.cloud.context.environment
MVC endpoint for the EnvironmentManager, providing a POST to /env as a simple way to change the Environment.
WritableEnvironmentEndpointWebExtension(WritableEnvironmentEndpoint, EnvironmentManager) - Constructor for class org.springframework.cloud.context.environment.WritableEnvironmentEndpointWebExtension
 
write(String, String) - Method in class org.springframework.cloud.context.environment.WritableEnvironmentEndpointWebExtension
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages