Uses of Interface
org.springframework.boot.actuate.endpoint.SecurityContext
Packages that use SecurityContext
Package
Description
Actuator support relating to external configuration properties.
Endpoint support.
Actuator support for Spring Framework's
Environment.Actuator endpoint for health.
Actuator endpoint for Quartz Scheduler.
-
Uses of SecurityContext in org.springframework.boot.actuate.context.properties
Methods in org.springframework.boot.actuate.context.properties with parameters of type SecurityContextModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpointWebExtension.configurationProperties(SecurityContext securityContext) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, String prefix) -
Uses of SecurityContext in org.springframework.boot.actuate.endpoint
Fields in org.springframework.boot.actuate.endpoint declared as SecurityContextModifier and TypeFieldDescriptionstatic final SecurityContextSecurityContext.NONEEmpty security context.Methods in org.springframework.boot.actuate.endpoint with parameters of type SecurityContextModifier and TypeMethodDescriptionbooleanShow.isShown(SecurityContext securityContext, Collection<String> roles) Return if data should be shown.Constructors in org.springframework.boot.actuate.endpoint with parameters of type SecurityContextModifierConstructorDescriptionInvocationContext(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver @Nullable ... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContextwith the given availablearguments. -
Uses of SecurityContext in org.springframework.boot.actuate.env
Methods in org.springframework.boot.actuate.env with parameters of type SecurityContextModifier and TypeMethodDescriptionEnvironmentEndpointWebExtension.environment(SecurityContext securityContext, @Nullable String pattern) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, String toMatch) -
Uses of SecurityContext in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint with parameters of type SecurityContextModifier and TypeMethodDescriptionHealthEndpointWebExtension.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) booleanHealthEndpointGroup.showComponents(SecurityContext securityContext) Returns ifhealth componentsshould be shown in the response.booleanHealthEndpointGroup.showDetails(SecurityContext securityContext) Returns ifhealth detailsshould be shown in the response. -
Uses of SecurityContext in org.springframework.boot.quartz.actuate.endpoint
Methods in org.springframework.boot.quartz.actuate.endpoint with parameters of type SecurityContextModifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, String jobsOrTriggers, String group, String name)