Class AbstractDownloaderAuthenticationConfig

java.lang.Object
org.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
All Implemented Interfaces:
Cloneable, DownloaderAuthenticationConfig, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.persistence.Persistent

public abstract class AbstractDownloaderAuthenticationConfig extends Object implements DownloaderAuthenticationConfig
Author:
jjdelcerro
  • Field Details

    • providerName

      protected final String providerName
    • serviceUrl

      protected String serviceUrl
  • Constructor Details

    • AbstractDownloaderAuthenticationConfig

      protected AbstractDownloaderAuthenticationConfig(String providerName, DownloaderAuthenticationFactory factory, String serviceUrl)
    • AbstractDownloaderAuthenticationConfig

      protected AbstractDownloaderAuthenticationConfig(String providerName)
  • Method Details