Uses of Class
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Auto-configuration for actuator security using WebFlux.
Actuator Spring MVC support.
-
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver) ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter
(WebEndpointProperties properties) ModifierConstructorDescriptionWebEndpointAutoConfiguration
(ApplicationContext applicationContext, WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Modifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.controllerEndpointHandlerMapping
(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Modifier and TypeMethodDescriptionWebMvcEndpointManagementContextConfiguration.controllerEndpointHandlerMapping
(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.WebMvcEndpointManagementContextConfiguration.webEndpointServletHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.security.reactive
Modifier and TypeMethodDescriptionprotected ServerWebExchangeMatcher
EndpointRequest.LinksServerWebExchangeMatcher.createDelegate
(WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.web.servlet
Modifier and TypeMethodDescriptionServletManagementContextAutoConfiguration.managementServletContext
(WebEndpointProperties properties)