类 SslHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.ssl.SslHealthIndicator
- 所有已实现的接口:
HealthContributor
,HealthIndicator
HealthIndicator
that checks the certificates the application uses and reports
Status.OUT_OF_SERVICE
when a certificate is invalid.- 从以下版本开始:
- 3.4.0
- 作者:
- Jonatan Ivanov, Young Jae You
-
构造器详细资料
-
SslHealthIndicator
-
-
方法详细资料
-
doHealthCheck
从类复制的说明:AbstractHealthIndicator
Actual health check logic.- 指定者:
doHealthCheck
在类中AbstractHealthIndicator
- 参数:
builder
- theHealth.Builder
to report health status and details- 抛出:
Exception
- anyException
that should create aStatus.DOWN
system status.
-