Package com.adobe.cq.contentinsight
Interface ProviderSettingsProvider
-
@ProviderType public interface ProviderSettingsProviderAProviderSettingsProviderprovides required settings for Content Insight provider implementations, e.g. remote service URLs or authentication tokens.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Get the provider's unique name.ValueMapgetSettings(Resource resource)Get the settings for a resource, e.g.booleanisActive(Resource resource)Check if provider is active for the given resource.
-