public abstract class AbstractDownloaderAuthenticationRequester extends java.lang.Object implements DownloaderAuthenticationRequester
Modifier and Type | Field and Description |
---|---|
protected DownloaderAuthenticationConfig |
config |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDownloaderAuthenticationRequester(DownloaderAuthenticationConfig config) |
Modifier and Type | Method and Description |
---|---|
DownloaderAuthenticationConfig |
getConfig() |
java.lang.String |
getProviderName() |
boolean |
requestAuthorization() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCredentials, requestAuthorization
protected final DownloaderAuthenticationConfig config
protected AbstractDownloaderAuthenticationRequester(DownloaderAuthenticationConfig config)
public DownloaderAuthenticationConfig getConfig()
getConfig
in interface DownloaderAuthenticationRequester
public java.lang.String getProviderName()
getProviderName
in interface DownloaderAuthenticationRequester
public java.lang.String toString()
toString
in class java.lang.Object
public boolean requestAuthorization()
requestAuthorization
in interface DownloaderAuthenticationRequester