接口的使用
org.springframework.boot.actuate.endpoint.EndpointAccessResolver
使用EndpointAccessResolver的程序包
程序包
说明
Core classes for actuator endpoint auto-configuration.
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.
Endpoint support.
Web support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint中EndpointAccessResolver的使用
修饰符和类型类说明class
EndpointAccessResolver
that resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.access
ormanagement.endpoint.<id>.enabled
(deprecated)management.endpoints.access.default
ormanagement.endpoints.enabled-by-default
(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted
. -
org.springframework.boot.actuate.autoconfigure.endpoint.web中EndpointAccessResolver的使用
修饰符和类型方法说明ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver) -
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive中EndpointAccessResolver的使用
参数类型为EndpointAccessResolver的org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive中的方法修饰符和类型方法说明WebFluxEndpointManagementContextConfiguration.controllerEndpointHandlerMapping
(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet中EndpointAccessResolver的使用
修饰符和类型方法说明WebMvcEndpointManagementContextConfiguration.controllerEndpointHandlerMapping
(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
org.springframework.boot.actuate.endpoint中EndpointAccessResolver的使用
修饰符和类型方法说明static <O extends Operation>
OperationFilter<O> OperationFilter.byAccess
(EndpointAccessResolver accessResolver) Return anOperationFilter
that filters based on the allowedaccess
as determined by anaccess resolver
. -
org.springframework.boot.actuate.endpoint.web中EndpointAccessResolver的使用
限定符构造器说明ServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
org.springframework.boot.actuate.endpoint.web.reactive中EndpointAccessResolver的使用
限定符构造器说明ControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints. -
org.springframework.boot.actuate.endpoint.web.servlet中EndpointAccessResolver的使用
限定符构造器说明ControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints.