Skip navigation links
A B C D E F G H I K L N O P R S T V 

A

afterSingletonsInstantiated() - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 

B

BeanLifecycleDecorator<T> - Interface in org.springframework.cloud.context.config
A helper interface providing optional decoration of bean instances and their destruction callbacks.
BeanLifecycleDecorator.Context<T> - Class in org.springframework.cloud.context.config
 
BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
BootstrapApplicationListener - Class in org.springframework.cloud.bootstrap
A listener that prepares a SpringApplication (e.g.
BootstrapApplicationListener() - Constructor for class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
BootstrapConfiguration - Annotation Type in org.springframework.cloud.bootstrap
A marker interface used as a key in META-INF/spring.factories.

C

clear() - Method in interface org.springframework.cloud.context.scope.ScopeCache
Clear the cache and return 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
 
configurationPropertiesBeans() - 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, ConfigurationPropertiesBindingPostProcessor) - 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(ConfigurationPropertiesBindingPostProcessor, ConfigurationPropertiesBeans) - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
ConfigurationPropertiesRebinderAutoConfiguration - Class in org.springframework.cloud.autoconfigure
 
ConfigurationPropertiesRebinderAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
 
Context(Runnable, T) - Constructor for class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
contextRefresher(ConfigurableApplicationContext, RefreshScope) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
ContextRefresher - Class in org.springframework.cloud.context.refresh
 
ContextRefresher(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher
 
ContextRefresher.Empty - Class in org.springframework.cloud.context.refresh
 
create(String) - Method in class org.springframework.cloud.context.encrypt.EncryptorFactory
 
createContext(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
 

D

decorateBean(Object, BeanLifecycleDecorator.Context<T>) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
Optionally decorate and provide a new instance of a compatible bean for the caller to use instead of the input.
decorateBean(Object, BeanLifecycleDecorator.Context<ReadWriteLock>) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
decorateDestructionCallback(Runnable) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
Optionally decorate the destruction callback provided, and also return some context that can be used later by the BeanLifecycleDecorator.decorateBean(Object, Context) method.
decorateDestructionCallback(Runnable) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
decrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
 
decrypt(PropertySources) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
DECRYPTED_BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
DECRYPTED_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
DEFAULT_NAME - Static variable in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 
DEFAULT_PROPERTIES - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
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
Destroy the named bean (i.e.
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.health.RefreshScopeHealthIndicator
 

E

Empty() - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher.Empty
 
encrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
 
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
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.
EncryptionBootstrapConfiguration.KeyCondition - Class in org.springframework.cloud.bootstrap.encrypt
 
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
 
EnvironmentChangeEvent - Class in org.springframework.cloud.context.environment
Event published to signal a change in the Environment.
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() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
environmentManager(ConfigurableEnvironment) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
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
 
environmentManagerEndpoint(EnvironmentEndpoint, EnvironmentManager) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
EnvironmentManagerMvcEndpoint - 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.
EnvironmentManagerMvcEndpoint(EnvironmentEndpoint, EnvironmentManager) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 

F

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

G

GenericPostableMvcEndpoint - Class in org.springframework.cloud.endpoint
A convenient base class for MVC endpoints that accept a POST (instead of the default GET).
GenericPostableMvcEndpoint(Endpoint<?>) - Constructor for class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
 
GenericScope - Class in org.springframework.cloud.context.scope
A generic Scope implementation.
GenericScope() - Constructor for class org.springframework.cloud.context.scope.GenericScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
 
get(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Get 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
 
getAlgorithm() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 
getAlias() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getAuxiliary() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
getCallback() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
getConfiguration() - Method in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
 
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
 
getEndpointType() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
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<T>) - 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
 
getLocation() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
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
 
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.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
 
getPassword() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getPath() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
getPauseEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getProperty(String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
getResumeEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getRsa() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getSalt() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 
getSecret() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getTimeout() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 

H

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

I

initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
invoke() - Method in class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
 
invoke() - Method in class org.springframework.cloud.endpoint.RefreshEndpoint
 
isAllowOverride() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isFailOnError() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
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
 
isSensitive() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
isStrong() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 

K

KeyCondition() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
 
KeyFormatException - Exception in org.springframework.cloud.context.encrypt
 
KeyFormatException() - Constructor for exception org.springframework.cloud.context.encrypt.KeyFormatException
 
KeyProperties - Class in org.springframework.cloud.bootstrap.encrypt
 
KeyProperties() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
KeyProperties.KeyStore - Class in org.springframework.cloud.bootstrap.encrypt
 
KeyProperties.Rsa - Class in org.springframework.cloud.bootstrap.encrypt
 
KeyStore() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 

L

LifecycleMvcEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Autoconfiguration 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
 
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
 

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
 

O

onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.context.restart.RestartListener
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
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.context.config - package org.springframework.cloud.context.config
 
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.health - package org.springframework.cloud.health
 
org.springframework.cloud.logging - package org.springframework.cloud.logging
 

P

pause() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
pauseEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
 
PauseEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
 
pauseMvcEndpoint(RestartEndpoint.PauseEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.context.scope.GenericScope
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
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
 
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.
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(String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
refresh() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
 
refresh(String) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
refresh() - Method in class org.springframework.cloud.endpoint.RefreshEndpoint
 
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.RefreshScopeConfiguration - Class in org.springframework.cloud.autoconfigure
 
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
 
RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration - Class in org.springframework.cloud.autoconfigure
 
RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration - Class in org.springframework.cloud.autoconfigure
 
RefreshEndpointConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
 
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 RefreshEventListener.refresh when a RefreshEvent is received.
RefreshEventListener(ContextRefresher) - Constructor for class org.springframework.cloud.endpoint.event.RefreshEventListener
 
refreshMvcEndpoint(RefreshEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
RefreshScope - Annotation Type in org.springframework.cloud.context.config.annotation
Convenience annotation to put a @Bean definition in refresh scope.
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() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScope
Create a scope instance and give it the default name: "refresh".
RefreshScopeConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
 
RefreshScopeHealthIndicator - Class in org.springframework.cloud.health
Health indicator for the refresh scope and configuration properties rebinding.
RefreshScopeHealthIndicator(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
 
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
Remove 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.EnvironmentManagerMvcEndpoint
 
resolveContextualObject(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
restart() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
 
restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
 
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
 
RestartEndpoint.ResumeEndpoint - Class in org.springframework.cloud.context.restart
 
RestartEndpointWithIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
 
RestartEndpointWithoutIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
 
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
 
restartMvcEndpoint() - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
RestartMvcEndpoint - Class in org.springframework.cloud.context.restart
MVC endpoint to allow an application to be restarted on a POST (to /restart by default).
RestartMvcEndpoint(RestartEndpoint) - Constructor for class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
resume() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
resumeEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
 
ResumeEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
 
resumeMvcEndpoint(RestartEndpoint.ResumeEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
Rsa() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 
RsaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 

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.
SCOPED_TARGET_PREFIX - Static variable in class org.springframework.cloud.context.scope.GenericScope
 
setAlgorithm(RsaAlgorithm) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 
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
 
setBeanLifecycleManager(BeanLifecycleDecorator<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
Helper to manage the creation and destruction of beans.
setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
 
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.logging.LoggingRebinder
 
setEnvironmentManager(EnvironmentManager) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
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.
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
 
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.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
 
setProxyTargetClass(boolean) - Method in class org.springframework.cloud.context.scope.GenericScope
Flag to indicate that proxies should be created for the concrete type, not just the interfaces, of the scoped beans.
setSalt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
 
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.KeyProperties.Rsa
 
setTimeout(long) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
StandardBeanLifecycleDecorator - Class in org.springframework.cloud.context.config
A BeanLifecycleDecorator that tries to protect against concurrent access to a bean during its own destruction.
StandardBeanLifecycleDecorator(boolean) - Constructor for class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
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
 
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
 
supportsSourceType(Class<?>) - Method in class org.springframework.cloud.context.restart.RestartListener
 

T

textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 
textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 
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
Create a scope instance and give it the default name: "thread".

V

value(Map<String, String>) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
VanillaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 
A B C D E F G H I K L N O P R S T V 
Skip navigation links

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