Uses of Interface
org.jclouds.cloudstack.features.SessionClient

Packages that use SessionClient
org.jclouds.cloudstack   
org.jclouds.cloudstack.functions   
org.jclouds.cloudstack.handlers   
 

Uses of SessionClient in org.jclouds.cloudstack
 

Methods in org.jclouds.cloudstack that return SessionClient
 SessionClient CloudStackClient.getSessionClient()
          Provides synchronous access to Sessions
 

Uses of SessionClient in org.jclouds.cloudstack.functions
 

Constructors in org.jclouds.cloudstack.functions with parameters of type SessionClient
LoginWithPasswordCredentials(SessionClient client)
           
 

Uses of SessionClient in org.jclouds.cloudstack.handlers
 

Constructors in org.jclouds.cloudstack.handlers with parameters of type SessionClient
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache, SessionClient sessionClient)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.