Uses of Interface
org.springframework.boot.actuate.endpoint.SecurityContext
Package
Description
Actuator support relating to external configuration properties.
Endpoint support.
Actuator support for Spring Framework's
Environment
.Actuator health indicator and endpoints.
Actuator support for Quartz Scheduler.
-
Uses of SecurityContext in org.springframework.boot.actuate.context.properties
Modifier and TypeMethodDescriptionConfigurationPropertiesReportEndpointWebExtension.configurationProperties
(SecurityContext securityContext) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix
(SecurityContext securityContext, String prefix) -
Uses of SecurityContext in org.springframework.boot.actuate.endpoint
Modifier and TypeFieldDescriptionstatic final SecurityContext
SecurityContext.NONE
Empty security context.Modifier and TypeMethodDescriptionboolean
Show.isShown
(SecurityContext securityContext, Collection<String> roles) Return if data should be shown.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.env
Modifier and TypeMethodDescriptionEnvironmentEndpointWebExtension.environment
(SecurityContext securityContext, String pattern) EnvironmentEndpointWebExtension.environmentEntry
(SecurityContext securityContext, String toMatch) -
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. -
Uses of SecurityContext in org.springframework.boot.actuate.quartz
Modifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger
(SecurityContext securityContext, String jobsOrTriggers, String group, String name)