Revision 47828 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/DownloaderManager.java

View differences:

DownloaderManager.java
40 40

  
41 41
    public Collection<DownloaderAuthenticationConfig> getAuthenticationConfigurationServices();
42 42

  
43
    public DownloaderAuthenticationFactory getDownloaderAuthenticationFactory(String providerName);  
44

  
43 45
    public Collection<DownloaderAuthenticationFactory> getAuthenticationTypes();
44 46

  
45 47
    public Collection<DownloaderCredentials> getCredentials();
46 48
    
47 49
    public DownloaderCredentials getCredentials(URL url);
48 50

  
51
    public DownloaderCredentials getCredentials(String url);
52

  
49 53
    public void removeCredentials(DownloaderCredentials credentials);
50 54

  
51 55
    public void removeAuthenticationConfigurationService(DownloaderAuthenticationConfig config);

Also available in: Unified diff