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() |
Constructor and Description |
---|
InvocationContext(SecurityContext securityContext,
Map<String,Object> arguments)
Creates a new context for an operation being invoked by the given
principal
with the given available arguments . |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext,
ShowDetails showDetails) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext,
ShowDetails showDetails) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponent(SecurityContext securityContext,
String component) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
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)
Maps the given
health to a WebEndpointResponse , honouring the given
showDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
Maps the given
health details to a WebEndpointResponse , honouring
the mapper's default ShowDetails using the given securityContext . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.