Package net.shibboleth.idp.admin.impl
Class LogImplementationDetails
- java.lang.Object
-
- net.shibboleth.idp.admin.impl.LogImplementationDetails
-
public final class LogImplementationDetails extends Object
A bean that logs IdP internals when instantiated.- Since:
- 4.3.0
-
-
Constructor Summary
Constructors Constructor Description LogImplementationDetails(String idpHomeLocation)Log the IdP version and Java version and vendor at INFO level.
-
-
-
Constructor Detail
-
LogImplementationDetails
public LogImplementationDetails(@Nullable @NotEmpty String idpHomeLocation)
Log the IdP version and Java version and vendor at INFO level. Log system properties defined byStandardSystemPropertyat DEBUG level.- Parameters:
idpHomeLocation- idp.home property
-
-