simplecloud.storage.providers.nirvanix
Class NirvanixConnection

java.lang.Object
  extended by base.connection.ConnectionKey
      extended by base.connection.ConnectionUserAndKey
          extended by simplecloud.storage.providers.nirvanix.NirvanixConnection
All Implemented Interfaces:
IConnection

public class NirvanixConnection
extends ConnectionUserAndKey


Field Summary
 
Fields inherited from class base.connection.ConnectionKey
accessId, accessKey, driver, host, httpClient, method, path, port, secure
 
Constructor Summary
NirvanixConnection(java.lang.String appKey, java.lang.String accessId, java.lang.String accessKey, java.lang.String host, Driver driver)
           
 
Method Summary
 java.lang.String getSessionToken()
           
 void refreshSessionToken()
           
 
Methods inherited from class base.connection.ConnectionKey
addDefaultHeaders, addDefaultParams, connect, connect, connect, encodeData, request, urlEncodeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NirvanixConnection

public NirvanixConnection(java.lang.String appKey,
                          java.lang.String accessId,
                          java.lang.String accessKey,
                          java.lang.String host,
                          Driver driver)
Method Detail

getSessionToken

public java.lang.String getSessionToken()

refreshSessionToken

public void refreshSessionToken()