Uses of Class
org.springframework.boot.actuate.endpoint.web.WebServerNamespace
Packages that use WebServerNamespace
Package
Description
Web support for actuator endpoints.
Actuator endpoint for health.
Jersey support for actuator endpoints.
Auto-configuration for actuator security using WebFlux.
Auto-configuration for actuator security using Spring MVC.
-
Uses of WebServerNamespace in org.springframework.boot.actuate.endpoint.web
Fields in org.springframework.boot.actuate.endpoint.web declared as WebServerNamespaceModifier and TypeFieldDescriptionstatic final WebServerNamespaceWebServerNamespace.MANAGEMENTWebServerNamespacethat represents the management server.static final WebServerNamespaceWebServerNamespace.SERVERWebServerNamespacethat represents the main server.Methods in org.springframework.boot.actuate.endpoint.web that return WebServerNamespaceModifier and TypeMethodDescriptionstatic WebServerNamespaceFactory method to create a newWebServerNamespacefrom a value.Methods in org.springframework.boot.actuate.endpoint.web with parameters of type WebServerNamespaceModifier and TypeMethodDescriptionAdditionalPathsMapper.getAdditionalPaths(EndpointId endpointId, WebServerNamespace webServerNamespace) Resolve the additional paths for the specifiedendpointIdand 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.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint that return WebServerNamespaceModifier and TypeMethodDescriptionAdditionalHealthEndpointPath.getNamespace()Returns theWebServerNamespaceassociated with this path.Methods in org.springframework.boot.health.actuate.endpoint with parameters of type WebServerNamespaceModifier and TypeMethodDescriptiondefault Set<HealthEndpointGroup> HealthEndpointGroups.getAllWithAdditionalPath(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace.booleanAdditionalHealthEndpointPath.hasNamespace(WebServerNamespace webServerNamespace) Returnstrueif this path has the givenWebServerNamespace.HealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) static AdditionalHealthEndpointPathAdditionalHealthEndpointPath.of(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPathfrom the givenWebServerNamespaceand value. -
Uses of WebServerNamespace in org.springframework.boot.jersey.actuate.endpoint.web
Methods in org.springframework.boot.jersey.actuate.endpoint.web with parameters of type WebServerNamespaceModifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.getResource(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, @Nullable WebServerNamespace serverNamespace, @Nullable org.springframework.boot.jersey.actuate.endpoint.web.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) Constructors in org.springframework.boot.jersey.actuate.endpoint.web with parameters of type WebServerNamespaceModifierConstructorDescriptionJerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
Uses of WebServerNamespace in org.springframework.boot.security.autoconfigure.actuate.web.reactive
Methods in org.springframework.boot.security.autoconfigure.actuate.web.reactive with parameters of type WebServerNamespaceModifier and TypeMethodDescriptionEndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints.EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints. -
Uses of WebServerNamespace in org.springframework.boot.security.autoconfigure.actuate.web.servlet
Methods in org.springframework.boot.security.autoconfigure.actuate.web.servlet with parameters of type WebServerNamespaceModifier and TypeMethodDescriptionEndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints.EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints.