Interface ProviderSettingsProvider


  • @ProviderType
    public interface ProviderSettingsProvider
    A ProviderSettingsProvider provides required settings for Content Insight provider implementations, e.g. remote service URLs or authentication tokens.
    • Method Detail

      • getName

        java.lang.String getName()
        Get the provider's unique name.
      • getSettings

        ValueMap getSettings​(Resource resource)
        Get the settings for a resource, e.g. a page.
      • isActive

        boolean isActive​(Resource resource)
        Check if provider is active for the given resource.