Uses of Interface
org.jclouds.cloudstack.features.SessionApi
- 
Packages that use SessionApi Package Description org.jclouds.cloudstack org.jclouds.cloudstack.handlers org.jclouds.cloudstack.loaders  - 
- 
Uses of SessionApi in org.jclouds.cloudstack
Methods in org.jclouds.cloudstack that return SessionApi Modifier and Type Method Description SessionApiCloudStackApi. getSessionApi()Provides synchronous access to Sessions - 
Uses of SessionApi in org.jclouds.cloudstack.handlers
Constructors in org.jclouds.cloudstack.handlers with parameters of type SessionApi Constructor Description InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache, SessionApi sessionClient) - 
Uses of SessionApi in org.jclouds.cloudstack.loaders
Constructors in org.jclouds.cloudstack.loaders with parameters of type SessionApi Constructor Description LoginWithPasswordCredentials(SessionApi client) 
 -