Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointAccessResolver
Packages that use EndpointAccessResolver
Package
Description
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.
-
Uses of EndpointAccessResolver in org.springframework.boot.actuate.autoconfigure.endpoint
Classes in org.springframework.boot.actuate.autoconfigure.endpoint that implement EndpointAccessResolverModifier and TypeClassDescriptionclassEndpointAccessResolverthat resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.accessormanagement.endpoint.<id>.enabled(deprecated)management.endpoints.access.defaultormanagement.endpoints.enabled-by-default(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.autoconfigure.endpoint.web
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web with parameters of type EndpointAccessResolverModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver) -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive with parameters of type EndpointAccessResolverModifier 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. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet with parameters of type EndpointAccessResolverModifier 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. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.endpoint
Methods in org.springframework.boot.actuate.endpoint with parameters of type EndpointAccessResolverModifier and TypeMethodDescriptionstatic <O extends Operation>
OperationFilter<O>OperationFilter.byAccess(EndpointAccessResolver accessResolver) Return anOperationFilterthat filters based on the allowedaccessas determined by anaccess resolver. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.endpoint.web
Constructors in org.springframework.boot.actuate.endpoint.web with parameters of type EndpointAccessResolverModifierConstructorDescriptionServletEndpointRegistrar(String basePath, Collection<ExposableServletEndpoint> servletEndpoints, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.endpoint.web.reactive
Constructors in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type EndpointAccessResolverModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. -
Uses of EndpointAccessResolver in org.springframework.boot.actuate.endpoint.web.servlet
Constructors in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type EndpointAccessResolverModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.