@ProviderType public interface ProviderSettingsProvider
ProviderSettingsProvider
provides required settings for
Content Insight provider implementations, e.g. remote service URLs or
authentication tokens.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the provider's unique name.
|
ValueMap |
getSettings(Resource resource)
Get the settings for a resource, e.g.
|
boolean |
isActive(Resource resource)
Check if provider is active for the given resource.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved