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, waitgetCredentials, requestAuthorizationprotected final DownloaderAuthenticationConfig config
protected AbstractDownloaderAuthenticationRequester(DownloaderAuthenticationConfig config)
public DownloaderAuthenticationConfig getConfig()
getConfig in interface DownloaderAuthenticationRequesterpublic java.lang.String getProviderName()
getProviderName in interface DownloaderAuthenticationRequesterpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean requestAuthorization()
requestAuthorization in interface DownloaderAuthenticationRequester