Class DownloaderHTTPBasicAuthenticationFactory
java.lang.Object
org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
org.gvsig.downloader.lib.impl.types.httpbasic.DownloaderHTTPBasicAuthenticationFactory
- All Implemented Interfaces:
org.gvsig.downloader.DownloaderAuthenticationFactory
public class DownloaderHTTPBasicAuthenticationFactory
extends org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
implements org.gvsig.downloader.DownloaderAuthenticationFactory
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
getProviderNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.downloader.DownloaderAuthenticationFactory
getProviderName
-
Field Details
-
HTTPBASIC_AUTHENTICATION_NAME
- See Also:
-
-
Constructor Details
-
DownloaderHTTPBasicAuthenticationFactory
public DownloaderHTTPBasicAuthenticationFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.gvsig.downloader.DownloaderAuthenticationFactory
-
toString
- Overrides:
toStringin classorg.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
-
selfRegister
public static void selfRegister() -
getDescription
- Specified by:
getDescriptionin interfaceorg.gvsig.downloader.DownloaderAuthenticationFactory- Overrides:
getDescriptionin classorg.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
-