Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointAccessResolver
Packages that use EndpointAccessResolver
Package
Description
Core classes for actuator endpoint auto-configuration.
Endpoint support.
Web support for actuator endpoints.
Auto-configuration for Jersey actuator web concerns.
Spring WebFlux support for actuator endpoints.
Auto-configuration for WebFlux-based actuator web concerns.
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.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(@Nullable 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.jersey.autoconfigure.actuate.web
Methods in org.springframework.boot.jersey.autoconfigure.actuate.web with parameters of type EndpointAccessResolverModifier and TypeMethodDescriptionJerseyEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) -
Uses of EndpointAccessResolver in org.springframework.boot.webflux.actuate.endpoint.web
Constructors in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type EndpointAccessResolverModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable 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.webflux.autoconfigure.actuate.web
Methods in org.springframework.boot.webflux.autoconfigure.actuate.web 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.webmvc.actuate.endpoint.web
Constructors in org.springframework.boot.webmvc.actuate.endpoint.web with parameters of type EndpointAccessResolverModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable 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.