Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Field and Description |
---|---|
static SecurityContext |
SecurityContext.NONE
Empty security context.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
InvocationContext.getSecurityContext()
Return the security context to use for the invocation.
|
Constructor and Description |
---|
InvocationContext(ApiVersion apiVersion,
SecurityContext securityContext,
Map<String,Object> arguments)
Creates a new context for an operation being invoked by the given
securityContext with the given available arguments . |
InvocationContext(SecurityContext securityContext,
Map<String,Object> arguments)
Creates a new context for an operation being invoked by the given
securityContext with the given available arguments . |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
boolean showAll,
String... path) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
boolean |
HealthEndpointGroup.showComponents(SecurityContext securityContext)
Returns if
health components should be
shown in the response. |
boolean |
HealthEndpointGroup.showDetails(SecurityContext securityContext)
Returns if
health details should be shown in the
response. |