Package org.forgerock.audit.providers
Interface ProductInfoProvider
-
public interface ProductInfoProviderStrategy 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 StringgetProductName()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.
-
-