Class CloudAccessSettings
java.lang.Object
net.solarnetwork.central.cloud.domain.CloudAccessSettings
General cloud provider access settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the client access token secret.Get the client access token.Get the cloud provider region name.voidsetAccessSecret(String accessSecret) Set the client access token secret.voidsetAccessToken(String accessToken) Set the client access token.voidSet the cloud provider region name.
-
Constructor Details
-
CloudAccessSettings
public CloudAccessSettings()
-
-
Method Details
-
getRegion
Get the cloud provider region name.- Returns:
- the region name
-
setRegion
Set the cloud provider region name.- Parameters:
region- the region name to set
-
getAccessToken
Get the client access token.- Returns:
- the token
-
setAccessToken
Set the client access token.- Parameters:
accessToken- the token to set
-
getAccessSecret
Get the client access token secret.- Returns:
-
setAccessSecret
Set the client access token secret.- Parameters:
accessSecret- the secret to set
-