Package org.gvsig.downloader.spi
Class AbstractDownloaderAuthenticationRequester
java.lang.Object
org.gvsig.downloader.spi.AbstractDownloaderAuthenticationRequester
- All Implemented Interfaces:
DownloaderAuthenticationRequester
public abstract class AbstractDownloaderAuthenticationRequester
extends Object
implements DownloaderAuthenticationRequester
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.downloader.DownloaderAuthenticationRequester
getCredentials, requestAuthorization
-
Field Details
-
config
-
-
Constructor Details
-
AbstractDownloaderAuthenticationRequester
-
-
Method Details
-
getConfig
- Specified by:
getConfigin interfaceDownloaderAuthenticationRequester
-
getProviderName
- Specified by:
getProviderNamein interfaceDownloaderAuthenticationRequester
-
toString
-
requestAuthorization
public boolean requestAuthorization()- Specified by:
requestAuthorizationin interfaceDownloaderAuthenticationRequester
-