Uses of Class
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web with parameters of type WebEndpointPropertiesModifier 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) Constructors in org.springframework.boot.actuate.autoconfigure.endpoint.web with parameters of type WebEndpointPropertiesModifierConstructorDescriptionWebEndpointAutoConfiguration
(ApplicationContext applicationContext, WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive with parameters of type WebEndpointPropertiesModifier 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet with parameters of type WebEndpointPropertiesModifier 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
Methods in org.springframework.boot.actuate.autoconfigure.security.reactive with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionprotected ServerWebExchangeMatcher
EndpointRequest.LinksServerWebExchangeMatcher.createDelegate
(WebEndpointProperties properties) -
Uses of WebEndpointProperties in org.springframework.boot.actuate.autoconfigure.web.servlet
Methods in org.springframework.boot.actuate.autoconfigure.web.servlet with parameters of type WebEndpointPropertiesModifier and TypeMethodDescriptionServletManagementContextAutoConfiguration.managementServletContext
(WebEndpointProperties properties)