Uses of Class
org.springframework.boot.actuate.endpoint.web.WebServerNamespace
Package
Description
Auto-configuration for actuator security using WebFlux.
Auto-configuration for actuator security using Spring MVC.
Web support for actuator endpoints.
Jersey support for actuator endpoints.
Actuator health indicator and endpoints.
-
Uses of WebServerNamespace in org.springframework.boot.actuate.autoconfigure.security.reactive
Modifier and TypeMethodDescriptionEndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
.EndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
. -
Uses of WebServerNamespace in org.springframework.boot.actuate.autoconfigure.security.servlet
Modifier and TypeMethodDescriptionEndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
.EndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
. -
Uses of WebServerNamespace in org.springframework.boot.actuate.endpoint.web
Modifier and TypeFieldDescriptionstatic final WebServerNamespace
WebServerNamespace.MANAGEMENT
WebServerNamespace
that represents the management server.static final WebServerNamespace
WebServerNamespace.SERVER
WebServerNamespace
that represents the main server.Modifier and TypeMethodDescriptionstatic WebServerNamespace
Factory method to create a newWebServerNamespace
from a value.Modifier and TypeMethodDescriptionAdditionalPathsMapper.getAdditionalPaths
(EndpointId endpointId, WebServerNamespace webServerNamespace) Resolve the additional paths for the specifiedendpointId
and web server namespace.PathMappedEndpoint.getAdditionalPaths
(WebServerNamespace webServerNamespace) Return any additional paths (relative to the context) for the givenWebServerNamespace
.PathMappedEndpoints.getAdditionalPaths
(WebServerNamespace webServerNamespace, EndpointId endpointId) Return the additional paths for each mapped endpoint. -
Uses of WebServerNamespace in org.springframework.boot.actuate.endpoint.web.jersey
Modifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.Resource
JerseyEndpointResourceFactory.getResource
(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) ModifierConstructorDescriptionJerseyHealthEndpointAdditionalPathResourceFactory
(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
Uses of WebServerNamespace in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionAdditionalHealthEndpointPath.getNamespace()
Returns theWebServerNamespace
associated with this path.Modifier and TypeMethodDescriptiondefault Set<HealthEndpointGroup>
HealthEndpointGroups.getAllWithAdditionalPath
(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace
.boolean
AdditionalHealthEndpointPath.hasNamespace
(WebServerNamespace webServerNamespace) Returnstrue
if this path has the givenWebServerNamespace
.HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) static AdditionalHealthEndpointPath
AdditionalHealthEndpointPath.of
(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPath
from the givenWebServerNamespace
and value.