Class DownloaderHTTPBasicAuthenticationConfig
java.lang.Object
org.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
org.gvsig.downloader.lib.impl.types.httpbasic.DownloaderHTTPBasicAuthenticationConfig
- All Implemented Interfaces:
Cloneable,org.gvsig.downloader.DownloaderAuthenticationConfig,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.persistence.Persistent
public class DownloaderHTTPBasicAuthenticationConfig
extends org.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
implements org.gvsig.downloader.DownloaderAuthenticationConfig
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from class org.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
providerName, serviceUrlFields inherited from interface org.gvsig.downloader.DownloaderAuthenticationConfig
CONFIG_PROVIDERNAME_NAME, CONFIG_SERVICEURL_NAME, PERSISTENT_DEFINITION_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConstructor necesario para la persistenciaDownloaderHTTPBasicAuthenticationConfig(DownloaderHTTPBasicAuthenticationFactory factory, String baseUrl) -
Method Summary
Modifier and TypeMethodDescriptionclone()org.gvsig.downloader.DownloaderAuthenticationRequestercreate()org.gvsig.downloader.DownloaderAuthenticationConfigcreateAuthenticationConfig(String serviceUrl) org.gvsig.json.JsonObjectBuilderMethods inherited from class org.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
fromJson, getFactory, getKey, getProviderName, getServiceUrl, isConfigurable, isFilled, loadFromState, requestAuthenticationConfig, saveToState, selfRegisterMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.downloader.DownloaderAuthenticationConfig
getFactory, getKey, getProviderName, getServiceUrl, isConfigurable, isFilled, requestAuthenticationConfigMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToStateMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder
-
Constructor Details
-
DownloaderHTTPBasicAuthenticationConfig
public DownloaderHTTPBasicAuthenticationConfig()Constructor necesario para la persistencia -
DownloaderHTTPBasicAuthenticationConfig
public DownloaderHTTPBasicAuthenticationConfig(DownloaderHTTPBasicAuthenticationFactory factory, String baseUrl)
-
-
Method Details
-
create
public org.gvsig.downloader.DownloaderAuthenticationRequester create()- Specified by:
createin interfaceorg.gvsig.downloader.DownloaderAuthenticationConfig
-
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Overrides:
clonein classorg.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig- Throws:
CloneNotSupportedException
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson- Overrides:
toJsonBuilderin classorg.gvsig.downloader.spi.AbstractDownloaderAuthenticationConfig
-
createAuthenticationConfig
public org.gvsig.downloader.DownloaderAuthenticationConfig createAuthenticationConfig(String serviceUrl) - Specified by:
createAuthenticationConfigin interfaceorg.gvsig.downloader.DownloaderAuthenticationConfig
-