类 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.
从以下版本开始:
3.4.0
作者:
Jonatan Ivanov
  • 构造器详细资料

    • SslHealthIndicatorProperties

      public SslHealthIndicatorProperties()
  • 方法详细资料

    • getCertificateValidityWarningThreshold

      public Duration getCertificateValidityWarningThreshold()
    • setCertificateValidityWarningThreshold

      public void setCertificateValidityWarningThreshold(Duration certificateValidityWarningThreshold)