public class DownloaderHTTPBasicAuthenticationFactory extends AbstractDownloaderAuthenticationFactory implements DownloaderAuthenticationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HTTPBASIC_AUTHENTICATION_NAME |
| Constructor and Description |
|---|
DownloaderHTTPBasicAuthenticationFactory() |
| Modifier and Type | Method and Description |
|---|---|
DownloaderHTTPBasicAuthenticationConfig |
create(java.lang.Object... parameters) |
java.lang.String |
getDescription() |
static void |
selfRegister() |
java.lang.String |
toString() |
getProviderNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProviderNamepublic static final java.lang.String HTTPBASIC_AUTHENTICATION_NAME
public DownloaderHTTPBasicAuthenticationFactory()
public DownloaderHTTPBasicAuthenticationConfig create(java.lang.Object... parameters)
create in interface DownloaderAuthenticationFactorypublic java.lang.String toString()
toString in class AbstractDownloaderAuthenticationFactorypublic static void selfRegister()
public java.lang.String getDescription()
getDescription in interface DownloaderAuthenticationFactorygetDescription in class AbstractDownloaderAuthenticationFactory