Class SslHealthIndicator
java.lang.Object
org.springframework.boot.health.contributor.AbstractHealthIndicator
org.springframework.boot.actuate.ssl.SslHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor,org.springframework.boot.health.contributor.HealthIndicator
public class SslHealthIndicator
extends org.springframework.boot.health.contributor.AbstractHealthIndicator
HealthIndicator that checks the certificates the application uses and reports
Status.OUT_OF_SERVICE when a certificate is invalid.- Since:
- 3.4.0
-
Constructor Summary
ConstructorsConstructorDescriptionSslHealthIndicator(org.springframework.boot.info.SslInfo sslInfo, Duration expiryThreshold) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHealthCheck(org.springframework.boot.health.contributor.Health.Builder builder) Methods inherited from class org.springframework.boot.health.contributor.AbstractHealthIndicator
healthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.health.contributor.HealthIndicator
health
-
Constructor Details
-
SslHealthIndicator
-
-
Method Details
-
doHealthCheck
-