Revision 47841 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
113 113
    public void registerAuthenticationConfigurationService(DownloaderAuthenticationConfig config);
114 114
    
115 115
    public void registerAuthenticationType(DownloaderAuthenticationFactory factory);
116

  
117
    public void registerAuthenticationConfigurationService(String config);
118

  
119
    public String getAuthenticationConfigurationServiceAsString(String url);
116 120
    
117 121
}

Also available in: Unified diff