@UriParams public class AtmosConfiguration extends Object
Constructor and Description |
---|
AtmosConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
createClient()
Obtain a new instance of AtmosApi client and store it in configuration.
|
com.emc.atmos.api.AtmosApi |
getClient() |
String |
getFullTokenId() |
String |
getLocalPath() |
String |
getName() |
String |
getNewRemotePath() |
AtmosOperation |
getOperation() |
String |
getQuery() |
String |
getRemotePath() |
String |
getSecretKey() |
String |
getUri() |
boolean |
isEnableSslValidation() |
void |
setClient(com.emc.atmos.api.AtmosApi client) |
void |
setEnableSslValidation(boolean enableSslValidation)
Atmos SSL validation
|
void |
setFullTokenId(String fullTokenId)
Atmos client fullTokenId
|
void |
setLocalPath(String localPath)
Local path to put files
|
void |
setName(String name)
Atmos name
|
void |
setNewRemotePath(String newRemotePath)
New path on Atmos when moving files
|
void |
setOperation(AtmosOperation operation)
Operation to perform
|
void |
setQuery(String query)
Search query on Atmos
|
void |
setRemotePath(String remotePath)
Where to put files on Atmos
|
void |
setSecretKey(String secretKey)
Atmos shared secret
|
void |
setUri(String uri)
Atomos server uri
|
public void setClient(com.emc.atmos.api.AtmosApi client)
public com.emc.atmos.api.AtmosApi getClient()
public void createClient() throws AtmosException
AtmosException
public String getName()
public void setName(String name)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getLocalPath()
public void setLocalPath(String localPath)
public String getRemotePath()
public void setRemotePath(String remotePath)
public String getNewRemotePath()
public void setNewRemotePath(String newRemotePath)
public String getQuery()
public void setQuery(String query)
public String getFullTokenId()
public void setFullTokenId(String fullTokenId)
public AtmosOperation getOperation()
public void setOperation(AtmosOperation operation)
public void setUri(String uri)
public String getUri()
public boolean isEnableSslValidation()
public void setEnableSslValidation(boolean enableSslValidation)
Apache Camel