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