Package org.forgerock.audit.providers
Interface ProductInfoProvider
-
public interface ProductInfoProvider
Strategy for obtaining the information relating to the product in which the AuditService is deployed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProductName()
Returns the name of the application hosting theAuditService
.
-
-
-
Method Detail
-
getProductName
String getProductName()
Returns the name of the application hosting theAuditService
.- Returns:
- the name of the product.
-
-