Package com.fwmotion.threescale.cms
Class ThreescaleCmsClientFactory
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class ThreescaleCmsClientFactory implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description public String
baseUrl
public String
providerKey
public String
accessToken
-
Constructor Summary
Constructors Constructor Description ThreescaleCmsClientFactory()
-
Method Summary
Modifier and Type Method Description String
getBaseUrl()
void
setBaseUrl(String baseUrl)
String
getProviderKey()
void
setProviderKey(String providerKey)
String
getAccessToken()
void
setAccessToken(String accessToken)
boolean
isUseInsecureConnections()
ThreescaleCmsClient
getThreescaleCmsClient()
void
close()
void
setUseInsecureConnections(boolean useInsecureConnections)
-
-
Method Detail
-
getBaseUrl
String getBaseUrl()
-
setBaseUrl
void setBaseUrl(String baseUrl)
-
getProviderKey
String getProviderKey()
-
setProviderKey
void setProviderKey(String providerKey)
-
getAccessToken
String getAccessToken()
-
setAccessToken
void setAccessToken(String accessToken)
-
isUseInsecureConnections
boolean isUseInsecureConnections()
-
getThreescaleCmsClient
@Nonnull() ThreescaleCmsClient getThreescaleCmsClient()
-
close
void close()
-
setUseInsecureConnections
void setUseInsecureConnections(boolean useInsecureConnections)
-
-
-
-