Class SslHealthIndicatorProperties

java.lang.Object
org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties

@ConfigurationProperties(prefix="management.health.ssl") public class SslHealthIndicatorProperties extends Object
External configuration properties for SslHealthIndicator.
Since:
3.4.0
Author:
Jonatan Ivanov
  • Constructor Details

    • SslHealthIndicatorProperties

      public SslHealthIndicatorProperties()
  • Method Details

    • getCertificateValidityWarningThreshold

      public Duration getCertificateValidityWarningThreshold()
    • setCertificateValidityWarningThreshold

      public void setCertificateValidityWarningThreshold(Duration certificateValidityWarningThreshold)