public class PropertiesBasedArchiveConnection extends ArchiveConnection implements InfoArchiveConnectionProperties
HTTP_CLIENT_CLASSNAME, PREFIX, PROXY_HOST, PROXY_PORT, SERVER_AUTHENTICATION_GATEWAY, SERVER_AUTHENTICATION_PASSWORD, SERVER_AUTHENTICATION_TOKEN, SERVER_AUTHENTICATION_USER, SERVER_CLIENT_ID, SERVER_CLIENT_SECRET, SERVER_PREFIX, SERVER_URI
Constructor and Description |
---|
PropertiesBasedArchiveConnection(java.io.InputStream configuration) |
PropertiesBasedArchiveConnection(java.util.Map<java.lang.String,java.lang.String> configuration) |
PropertiesBasedArchiveConnection(java.util.Properties configuration)
Initialize from properties.
|
getAuthenticationGateway, getAuthenticationPassword, getAuthenticationToken, getAuthenticationUser, getBillboardUri, getClientId, getClientSecret, getClock, getHttpClientClassName, getProxyHost, getProxyPort, getRestClient, getServices, setAuthenticationGateway, setAuthenticationPassword, setAuthenticationToken, setAuthenticationUser, setBillboardUri, setClientId, setClientSecret, setClock, setHttpClientClassName, setProxyHost, setProxyPort, setRestClient
public PropertiesBasedArchiveConnection(java.io.InputStream configuration) throws java.io.IOException
java.io.IOException
public PropertiesBasedArchiveConnection(java.util.Map<java.lang.String,java.lang.String> configuration)
public PropertiesBasedArchiveConnection(java.util.Properties configuration) throws java.io.IOException
configuration
- the properties to initialize fromjava.io.IOException
- when an I/O error occurs