Revision 47845 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.downloader/org.gvsig.downloader.lib/org.gvsig.downloader.lib.api/src/main/java/org/gvsig/downloader/DownloaderAuthenticationConfig.java

View differences:

DownloaderAuthenticationConfig.java
30 30

  
31 31
    public boolean isConfigurable();
32 32
    
33
    public boolean isFilled();
34
    
33 35
    public boolean requestAuthenticationConfig();
34 36

  
35
    public DownloaderCredentials getCredentials(DownloaderCredentials credentials);
37
    public DownloaderAuthenticationConfig createAuthenticationConfig(String serviceUrl);
36 38
}

Also available in: Unified diff