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 |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext) |
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,
boolean showAll,
String... path) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
WebEndpointResponse<HealthComponent> |
HealthEndpointWebExtension.health(ApiVersion apiVersion,
SecurityContext securityContext,
String... path) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
Deprecated.
Maps the given
health to a WebEndpointResponse , honouring the
mapper's default ShowDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Deprecated.
Maps the given
health to a WebEndpointResponse , honouring the given
showDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
Deprecated.
Maps the given
health details to a WebEndpointResponse , honouring
the mapper's default ShowDetails using the given securityContext . |
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. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.