public class DownloaderHTTPBasicAuthenticationConfig extends AbstractDownloaderAuthenticationConfig implements DownloaderAuthenticationConfig
providerName, serviceUrlCONFIG_PROVIDERNAME_NAME, CONFIG_SERVICEURL_NAME, PERSISTENT_DEFINITION_NAME| Constructor and Description |
|---|
DownloaderHTTPBasicAuthenticationConfig()
Constructor necesario para la persistencia
|
DownloaderHTTPBasicAuthenticationConfig(DownloaderHTTPBasicAuthenticationFactory factory,
java.lang.String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a copy of the object.
|
DownloaderAuthenticationRequester |
create() |
DownloaderAuthenticationConfig |
createAuthenticationConfig(java.lang.String serviceUrl) |
JsonObjectBuilder |
toJsonBuilder() |
fromJson, getFactory, getKey, getProviderName, getServiceUrl, isConfigurable, isFilled, loadFromState, requestAuthenticationConfig, saveToState, selfRegisterequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFactory, getKey, getProviderName, getServiceUrl, isConfigurable, isFilled, requestAuthenticationConfigcloneQuietly, cloneQuietlyfromJsontoJson, toJson, toJsonBuilderloadFromState, saveToStatepublic DownloaderHTTPBasicAuthenticationConfig()
public DownloaderHTTPBasicAuthenticationConfig(DownloaderHTTPBasicAuthenticationFactory factory, java.lang.String baseUrl)
public DownloaderAuthenticationRequester create()
create in interface DownloaderAuthenticationConfigpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class AbstractDownloaderAuthenticationConfigjava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.public JsonObjectBuilder toJsonBuilder()
toJsonBuilder in interface SupportToJsontoJsonBuilder in class AbstractDownloaderAuthenticationConfigpublic DownloaderAuthenticationConfig createAuthenticationConfig(java.lang.String serviceUrl)
createAuthenticationConfig in interface DownloaderAuthenticationConfig