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

A

AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Abstract base for Endpoint implementations.
AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
Base class for metric exporters that have common features, principally a prefix for exported metrics and filtering by timestamp (so only new values are included in the export).
AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Add a new Trace object at the current time.
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationPidListener - Class in org.springframework.boot.actuate.system
An ApplicationListener that saves application PID into file.
ApplicationPidListener() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Create a new ApplicationPidListener instance using the filename 'application.pid'.
ApplicationPidListener(String) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Create a new ApplicationPidListener instance with a specified filename.
ApplicationPidListener(File) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Create a new ApplicationPidListener instance with a specified file.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Apply the properties to a CRaSH configuration.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Return a properties file configured from these settings that can be applied to a CRaSH shell instance.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
AuditAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs
AuditEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
ApplicationListener that listens for AuditEvents and stores them in a AuditEventRepository.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
ApplicationListener expose Spring Security authentication events as AuditEvents.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
ApplicationListener expose Spring Security authorization events as AuditEvents.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
autoConfigurationAuditEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
AutoConfigurationReportEndpoint.MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 

B

basicErrorController() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
BasicErrorController - Class in org.springframework.boot.actuate.web
Basic global error Controller, rendering servlet container error codes and messages where available.
BasicErrorController() - Constructor for class org.springframework.boot.actuate.web.BasicErrorController
 
beanNameViewResolver() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beansEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.endpoint
Exposes JSON view of Spring beans.
BeansEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.BeansEndpoint
 

C

CodahaleMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that send data to a Codahale MetricRegistry based on a naming convention: Updates to CodahaleMetricWriter.increment(Delta) with names in "meter.*" are treated as Meter events Other deltas are treated as simple Counter values Inputs to CodahaleMetricWriter.set(Metric) with names in "histogram.*" are treated as Histogram updates Inputs to CodahaleMetricWriter.set(Metric) with names in "timer.*" are treated as Timer updates Other metrics are treated as simple Gauge values (single valued measurements of type double)
CodahaleMetricWriter(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
Create a new CodahaleMetricWriter instance.
CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
Composite implementation of MetricReader.
CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
Composite implementation of MetricWriter that just sends its input to all of the delegates that have been registered.
CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
The number of metrics known to this reader.
count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
count() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
 
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
counterService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
CounterService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to increment, decrement and reset a named counter value.
createFileSystem(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding an extensible shell into a Spring Boot enabled application.
CrshAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Class to configure CRaSH to authenticate against Spring Security.
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
Spring Bean used to bootstrap the CRaSH shell.
CrshAutoConfiguration.CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 

D

DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations that provide actuator data of some sort.
DataEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Decrement the specified counter by 1.
decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
DefaultCounterService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of CounterService.
DefaultCounterService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
Create a DefaultCounterService instance.
defaultErrorView() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultGaugeService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of GaugeService.
DefaultGaugeService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
Create a DefaultCounterService instance.
Delta<T extends Number> - Class in org.springframework.boot.actuate.metrics.writer
A value object representing an increment in a metric value (usually a counter).
Delta(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
destroy() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
detectQuery(String) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
DumpEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose thread info.
DumpEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.DumpEndpoint
Create a new DumpEndpoint instance.

E

Endpoint<T> - Interface in org.springframework.boot.actuate.endpoint
An endpoint that can be used to expose useful information to operations.
EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for common management Endpoints.
EndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.GitInfo - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
EndpointAutoConfiguration.GitInfo.Commit - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo.Commit() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
EndpointAutoConfiguration.InfoPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.InfoPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
HandlerMapping to map Endpoints to URLs via Endpoint.getId().
EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations to enable JMX export.
EndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
endpointMBeanExporter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
ApplicationListener that registers all known Endpoints with an MBeanServer using the MBeanExporter located from the application context.
EndpointMBeanExporter() - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
EndpointMBeanExportProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for JMX.
EndpointMBeanExportProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
EndpointMvcAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter class to expose Endpoints as MvcEndpoints.
EndpointMvcAdapter(Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
Create a new EndpointMvcAdapter.
EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable Spring MVC to handle Endpoint requests.
EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration triggered from EndpointWebMvcAutoConfiguration when a new EmbeddedServletContainer running on a different port is required.
EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcChildContextConfiguration.ServerCustomization - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.ServerCustomization() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
environmentEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose environment information.
EnvironmentEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Create a new EnvironmentEndpoint instance.
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EnvironmentMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose EnvironmentEndpoint as an MvcEndpoint.
EnvironmentMvcEndpoint(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
EnvironmentMvcEndpoint.NoSuchPropertyException - Exception in org.springframework.boot.actuate.endpoint.mvc
 
EnvironmentMvcEndpoint.NoSuchPropertyException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
error(HttpServletRequest) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
ErrorController - Interface in org.springframework.boot.actuate.web
Marker interface used to indicate that a @Controller is used to render errors.
errorEndpoint(ErrorController) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
errorHtml(HttpServletRequest) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to render errors via a MVC error controller.
ErrorMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
export() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
export() - Method in interface org.springframework.boot.actuate.metrics.export.Exporter
Export metric data.
Exporter - Interface in org.springframework.boot.actuate.metrics.export
Generic interface for metric exports.
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extract(RequestAttributes, boolean, boolean) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
extract(RequestAttributes, boolean, boolean) - Method in interface org.springframework.boot.actuate.web.ErrorController
Extract a useful model of the error from the request attributes.
extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(Collection<AbstractHandlerMethodMapping<?>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 

F

find(String, Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events relating to the specified principal since the time provided.
find(String, Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find all the metrics known to this reader.
findAll(String) - Method in interface org.springframework.boot.actuate.metrics.reader.PrefixMetricReader
Find all metrics whose name starts with the given prefix.
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find all instances of rich gauge known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findAll() - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
findAll() - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Find all Trace objects contained in the repository.
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find an instance of the metric with the given name (usually the latest recorded value).
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find a single instance of a rich gauge by name.
findOne(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 

G

gaugeService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
GaugeService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to submit a named double value for storage and analysis.
get(BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
 
getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Return the endpoints
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the type of Endpoint exposed, or null if this MvcEndpoint exposes information that cannot be represented as a traditional Endpoint.
getErrorPath() - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
getErrorPath() - Method in interface org.springframework.boot.actuate.web.ErrorController
Returns the path of the error page.
getId() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
The logical ID of the endpoint.
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getKeysToSanitize() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getName() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the name of the metric.
getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getOrder() - Method in class org.springframework.boot.actuate.system.ApplicationPidListener
 
getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the MVC path of the endpoint.
getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or null.
getRole() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getTime() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the even was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
 
getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
 
getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the value of the metric.
getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The names of all the groups known to this repository
groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
handleMessage(Message<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
handlerAdapter(HttpMessageConverters) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
handlerMapping(MvcEndpoints, ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.VanillaHealthIndicator
 
healthEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
HealthEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application health.
HealthEndpoint(HealthIndicator<? extends T>) - Constructor for class org.springframework.boot.actuate.endpoint.HealthEndpoint
Create a new HealthIndicator instance.
HealthIndicator<T> - Interface in org.springframework.boot.actuate.health
Strategy interface used to provide an indication of application health.

I

ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified counter by 1.
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Increment the value of a metric (or decrement if the delta is negative).
infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose arbitrary application information.
InfoEndpoint(Map<String, ? extends Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Create a new InfoEndpoint instance.
infoMap() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
init(FilterConfig) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
MetricRepository and MultiMetricRepository implementation that stores metrics in memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
In memory implementation of MetricWriter and RichGaugeReader.
InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
In-memory implementation of TraceRepository.
InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
 
invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Called to invoke the endpoint.
invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
 
isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Returns if this mapping is disabled.
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is enabled.
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Since all handler beans are passed into the constructor there is no need to detect anything here
isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is sensitive, i.e.
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return if the endpoint exposes sensitive information.
isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 

J

jaasAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
JolokiaAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
JolokiaAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
jolokiaEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
JolokiaMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose Jolokia.
JolokiaMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
JolokiaProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for Jolokia.
JolokiaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 

K

keyAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 

L

locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 

M

ManagementErrorEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Special MvcEndpoint for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(String, ErrorController) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
ManagementSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for security of framework endpoints.
ManagementSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.WebSecurityEnabler
 
ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
managementServerProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ManagementServerProperties.Security - Class in org.springframework.boot.actuate.autoconfigure
Security configuration.
ManagementServerProperties.Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
MessageChannelMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that publishes the metric updates on a MessageChannel.
MessageChannelMetricWriter(MessageChannel) - Constructor for class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
Metric<T extends Number> - Class in org.springframework.boot.actuate.metrics
Immutable class that can be used to hold any arbitrary system measurement value (a named numeric value with a timestamp).
Metric(String, T) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance for the current time.
Metric(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance.
MetricCopyExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter that "exports" by copying metric data from a source MetricReader to a destination MetricWriter.
MetricCopyExporter(MetricReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
MetricCopyExporter(MetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
metricFilter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricReader - Interface in org.springframework.boot.actuate.metrics.reader
A simple reader interface used to interrogate Metrics.
MetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
Convenient combination of reader and writer concerns.
MetricRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics services.
MetricRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
metrics() - Method in interface org.springframework.boot.actuate.endpoint.PublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 
metricsEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
MetricsEndpoint - Class in org.springframework.boot.actuate.endpoint
MetricsEndpoint(PublicMetrics) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
metricsMvcEndpoint(MetricsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
MetricsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose MetricsEndpoint as an MvcEndpoint.
MetricsMvcEndpoint(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
MetricsMvcEndpoint.NoSuchMetricException - Exception in org.springframework.boot.actuate.endpoint.mvc
 
MetricsMvcEndpoint.NoSuchMetricException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
MetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
Basic strategy for write operations on Metric data.
MetricWriterMessageHandler - Class in org.springframework.boot.actuate.metrics.writer
A MessageHandler that updates Metric values through a MetricWriter.
MetricWriterMessageHandler(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
modify(T) - Method in interface org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository.Callback
 
MultiMetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
A repository for metrics that allows efficient storage and retrieval of groups of metrics with a common name prefix (their group name).
MvcEndpoint - Interface in org.springframework.boot.actuate.endpoint.mvc
A strategy for the MVC layer on top of an Endpoint.
mvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
MvcEndpoints - Class in org.springframework.boot.actuate.endpoint.mvc
A registry for all MvcEndpoint beans, and a factory for a set of generic ones wrapping existing Endpoint instances that are not already exposed as MVC endpoints.
MvcEndpoints() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 

N

next(String) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Get the next group of metrics to write.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 

O

onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.system.ApplicationPidListener
 
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
 
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
 
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
 
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
 
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
 
org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
 
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
 
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
 
org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
 
org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
 
org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
 
org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
 
org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
 
org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
 
org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
 
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
 
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
 
org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
 
org.springframework.boot.actuate.web - package org.springframework.boot.actuate.web
 

P

PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
A convenient exporter for a group of metrics from a PrefixMetricReader.
PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on an empty prefix for the metric names.
PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on a prefix for the metric names.
PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
Interface for extracting metrics as a group whose name starts with a prefix.
PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
Interface to expose specific Metrics via a MetricsEndpoint.

R

RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
A MetricRepository implementation for a redis backend.
RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
MultiMetricRepository implementation backed by a redis store.
RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Spring MVC mappings.
RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Reset the specified counter.
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
Rest the values of all metrics in the group.
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Reset the value of a metric, usually to zero value.
RichGauge - Class in org.springframework.boot.actuate.metrics.rich
A gauge which stores the maximum, minimum and average in addition to the current value.
RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
Creates an "empty" gauge.
RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter or converter for RichGauge data to a metric-based back end.
RichGaugeExporter(RichGaugeReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeExporter(RichGaugeReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
A basic set of read operations for RichGauge instances.
RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
Convenient combination of reader and writer concerns for RichGauge instances.

S

sanitize(String, Object) - Static method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
save(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
Save some metric values and associate them with a group name.
save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with a different value.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Set the value of a metric.
setAdditionalProperties(ShellProperties.CrshShellProperties[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
setAuth(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Sets if this mapping is disabled.
setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Debugging feature.
setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
The earliest time for which data will be exported.
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
setErrorController(BasicErrorController) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Ignore timestamps (export all metrics).
setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setKey(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
The redis key to use to store the index of other keys.
setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setOrder(int) - Method in class org.springframework.boot.actuate.system.ApplicationPidListener
 
setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Sets the port of the management server, use null if the server port should be used.
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
The prefix for all metrics keys.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
The prefix for all metrics keys.
setQuery(String) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
setRole(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the shell subsystem.
ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for Auth specific properties.
ShellProperties.CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
 
ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for CRaSH properties.
ShellProperties.CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
 
ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for JAAS authentication
ShellProperties.JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for key authentication
ShellProperties.KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for simple authentication
ShellProperties.SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
 
ShellProperties.SimpleAuthenticationProperties.User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for Spring authentication
ShellProperties.SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
SSH properties
ShellProperties.Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
Telnet properties
ShellProperties.Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
Create a new ShutdownEndpoint instance.
ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Special endpoint wrapper for ShutdownEndpoint.
ShutdownEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose ShutdownEndpoint as an MvcEndpoint.
ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
simpleAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
SimpleHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of HealthIndicator that returns a status and also attempts a simple database test.
SimpleHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
Repository utility that stores stuff in memory with period-separated String keys.
SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
 
springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
Set the specified gauge value
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
 

T

toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.metrics.Metric
 
toString() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
Trace - Class in org.springframework.boot.actuate.trace
A value object representing a trace event: at a particular time with a simple (map) information.
Trace(Date, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.trace.Trace
 
traceEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
TraceEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Trace information.
TraceEndpoint(TraceRepository) - Constructor for class org.springframework.boot.actuate.endpoint.TraceEndpoint
Create a new TraceEndpoint instance.
traceRepository() - Method in class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceRepository - Interface in org.springframework.boot.actuate.trace
A repository for Traces.
TraceRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceWebFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceWebFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 

U

update(String, SimpleInMemoryRepository.Callback<T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 

V

validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Basic validation of applied CRaSH shell configuration.
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that simply returns "ok".
VanillaHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.VanillaHealthIndicator
 
VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
Default implementation of PublicMetrics that exposes all metrics from a MetricReader along with memory information.
VanillaPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 

W

webRequestLoggingFilter(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
WebRequestTraceFilter - Class in org.springframework.boot.actuate.trace
Servlet Filter that logs all requests to a TraceRepository.
WebRequestTraceFilter(TraceRepository) - Constructor for class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Write the values associated with a group.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
A B C D E F G H I J K L M N O P R S T U V W 

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