Package org.gvsig.downloader
Interface DownloaderAuthenticationConfig
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.persistence.Persistent,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson
- All Known Implementing Classes:
AbstractDownloaderAuthenticationConfig
public interface DownloaderAuthenticationConfig
extends org.gvsig.tools.lang.Cloneable, org.gvsig.json.SupportJson, org.gvsig.tools.persistence.Persistent
- Author:
- jjdelcerro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()createAuthenticationConfig(String serviceUrl) getKey()booleanbooleanisFilled()booleanMethods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods 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, toJsonBuilder
-
Field Details
-
CONFIG_PROVIDERNAME_NAME
- See Also:
-
CONFIG_SERVICEURL_NAME
- See Also:
-
PERSISTENT_DEFINITION_NAME
- See Also:
-
-
Method Details
-
getProviderName
String getProviderName() -
getFactory
DownloaderAuthenticationFactory getFactory() -
getServiceUrl
String getServiceUrl() -
getKey
String getKey() -
create
DownloaderAuthenticationRequester create() -
isConfigurable
boolean isConfigurable() -
isFilled
boolean isFilled() -
requestAuthenticationConfig
boolean requestAuthenticationConfig() -
createAuthenticationConfig
-