Package org.teiid.spring.data.amazon.s3
Class AmazonS3ConnectionFactory
- java.lang.Object
-
- org.teiid.spring.data.rest.RestConnectionFactory
-
- org.teiid.spring.data.amazon.s3.AmazonS3ConnectionFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.teiid.resource.api.ConnectionFactory<RestConnection>
,BaseConnectionFactory<RestConnection>
public class AmazonS3ConnectionFactory extends RestConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description AmazonS3ConnectionFactory()
-
Method Summary
-
Methods inherited from class org.teiid.spring.data.rest.RestConnectionFactory
close, createRestTemplate, getAccessTokenUrl, getAuthorizeUrl, getClientId, getClientSecret, getConnection, getEndpoint, getPassword, getRefreshToken, getScope, getSecurityType, getTrustStoreFileName, getTrustStorePassword, getUserName, isDisableHostNameVerification, isDisableTrustManager, setAccessTokenUrl, setAuthorizeUrl, setClientId, setClientSecret, setDisableHostNameVerification, setDisableTrustManager, setEndpoint, setPassword, setRefreshToken, setScope, setSecurityType, setTrustStoreFileName, setTrustStorePassword, setUserName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.spring.data.BaseConnectionFactory
getAlias, getTranslatorName
-
-