@ManagementContextConfiguration @EnableConfigurationProperties(value=HawtioProperties.class) @PropertySource(value="classpath:/io/hawt/springboot/application.properties") public class HawtioConfiguration extends Object
Constructor and Description |
---|
HawtioConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.servlet.FilterRegistrationBean |
authenticationFilter() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
cacheFilter() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
contextFormatterServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
corsFilter() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
exportContextServlet() |
org.springframework.boot.web.servlet.ServletListenerRegistrationBean |
hawtioContextListener() |
HawtioEndpoint |
hawtioEndpoint() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
jolokiaProxyServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
keycloakServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
loginServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
logoutServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
mavenSourceServlet() |
PluginService |
pluginService()
Register rest endpoint to handle requests for /plugin, and
return all registered plugins.
|
org.springframework.boot.web.servlet.FilterRegistrationBean |
redirectFilter() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
sessionExpiryFilter() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
userServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
xframeOptionsFilter() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
xxssProtectionFilter() |
@Bean public HawtioEndpoint hawtioEndpoint()
@Bean public PluginService pluginService()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean redirectFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean sessionExpiryFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean cacheFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean corsFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean xframeOptionsFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean xxssProtectionFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean authenticationFilter()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean jolokiaProxyServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean userServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean loginServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean logoutServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean keycloakServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean exportContextServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean mavenSourceServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean contextFormatterServlet()
@Bean public org.springframework.boot.web.servlet.ServletListenerRegistrationBean hawtioContextListener()
Copyright © 2017 JBoss by Red Hat. All rights reserved.