Uses of Interface
org.springframework.boot.actuate.endpoint.SecurityContext
Package
Description
Endpoint support.
Actuator health indicator and endpoints.
-
Uses of SecurityContext in org.springframework.boot.actuate.endpoint
Modifier and TypeFieldDescriptionstatic final SecurityContext
SecurityContext.NONE
Empty security context.ModifierConstructorDescriptionInvocationContext
(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContext
with the given availablearguments
. -
Uses of SecurityContext in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionHealthEndpointWebExtension.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) boolean
HealthEndpointGroup.showComponents
(SecurityContext securityContext) Returns ifhealth components
should be shown in the response.boolean
HealthEndpointGroup.showDetails
(SecurityContext securityContext) Returns ifhealth details
should be shown in the response.