Package net.shibboleth.idp.admin.impl
Class LogImplementationDetails
java.lang.Object
net.shibboleth.idp.admin.impl.LogImplementationDetails
A bean that logs IdP internals when instantiated.
- Since:
- 4.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionLogImplementationDetails
(String idpHomeLocation) Log the IdP version and Java version and vendor at INFO level. -
Method Summary
-
Constructor Details
-
LogImplementationDetails
Log the IdP version and Java version and vendor at INFO level. Log system properties defined byStandardSystemProperty
at DEBUG level.- Parameters:
idpHomeLocation
- idp.home property
-