Class SslInfoContributor

java.lang.Object
org.springframework.boot.actuate.info.SslInfoContributor
All Implemented Interfaces:
InfoContributor

@ImportRuntimeHints(org.springframework.boot.actuate.info.SslInfoContributor.SslInfoContributorRuntimeHints.class) public class SslInfoContributor extends Object implements InfoContributor
An InfoContributor that exposes SslInfo.
Since:
3.4.0
Author:
Jonatan Ivanov
  • Constructor Details

    • SslInfoContributor

      public SslInfoContributor(SslInfo sslInfo)
  • Method Details