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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(Info.Builder builder) Contributes additional details using the specifiedBuilder.
-
Constructor Details
-
SslInfoContributor
-
-
Method Details
-
contribute
Description copied from interface:InfoContributorContributes additional details using the specifiedBuilder.- Specified by:
contributein interfaceInfoContributor- Parameters:
builder- the builder to use
-