Uses of Interface
org.springframework.boot.actuate.endpoint.SecurityContext
Packages that use SecurityContext
Package
Description
Endpoint support.
Actuator health indicator and endpoints.
-
Uses of SecurityContext in org.springframework.boot.actuate.endpoint
Fields in org.springframework.boot.actuate.endpoint declared as SecurityContextModifier and TypeFieldDescriptionstatic final SecurityContext
SecurityContext.NONE
Empty security context.Constructors in org.springframework.boot.actuate.endpoint with parameters of type SecurityContextModifierConstructorDescriptionInvocationContext
(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
Methods in org.springframework.boot.actuate.health with parameters of type SecurityContextModifier 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.