public abstract class AbstractDownloaderAuthenticationFactory extends java.lang.Object implements DownloaderAuthenticationFactory
| Constructor and Description |
|---|
AbstractDownloaderAuthenticationFactory(java.lang.String providerName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getProviderName() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatepublic AbstractDownloaderAuthenticationFactory(java.lang.String providerName)
public java.lang.String getProviderName()
getProviderName in interface DownloaderAuthenticationFactorypublic java.lang.String getDescription()
getDescription in interface DownloaderAuthenticationFactorypublic java.lang.String toString()
toString in class java.lang.Object