Class PropertiesBasedArchiveConnection
- java.lang.Object
-
- com.opentext.ia.sdk.client.api.ArchiveConnection
-
- com.opentext.ia.sdk.server.configuration.PropertiesBasedArchiveConnection
-
- All Implemented Interfaces:
InfoArchiveConnectionProperties
public class PropertiesBasedArchiveConnection extends ArchiveConnection implements InfoArchiveConnectionProperties
ArchiveConnection that initializes from properties.
-
-
Field Summary
-
Fields inherited from interface com.opentext.ia.sdk.server.configuration.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_SCOPES, SERVER_URI
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class com.opentext.ia.sdk.client.api.ArchiveConnection
getAuthenticationGateway, getAuthenticationPassword, getAuthenticationToken, getAuthenticationUser, getBillboardUri, getClientId, getClientSecret, getClock, getHttpClientClassName, getProxyHost, getProxyPort, getRestClient, getScopes, getServerVersion, getServices, setAuthenticationGateway, setAuthenticationPassword, setAuthenticationToken, setAuthenticationUser, setBillboardUri, setClientId, setClientSecret, setClock, setHttpClientClassName, setProxyHost, setProxyPort, setRestClient, setScopes
-
-
-
-
Constructor Detail
-
PropertiesBasedArchiveConnection
public PropertiesBasedArchiveConnection(java.io.InputStream configuration) throws java.io.IOException
- Throws:
java.io.IOException
-
PropertiesBasedArchiveConnection
public PropertiesBasedArchiveConnection(java.util.Map<java.lang.String,java.lang.String> configuration)
-
PropertiesBasedArchiveConnection
public PropertiesBasedArchiveConnection(java.util.Properties configuration) throws java.io.IOException
Initialize from properties.- Parameters:
configuration
- the properties to initialize from- Throws:
java.io.IOException
- when an I/O error occurs- Since:
- 11.1.0
-
-