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, wait
create
public AbstractDownloaderAuthenticationFactory(java.lang.String providerName)
public java.lang.String getProviderName()
getProviderName
in interface DownloaderAuthenticationFactory
public java.lang.String getDescription()
getDescription
in interface DownloaderAuthenticationFactory
public java.lang.String toString()
toString
in class java.lang.Object