Uses of Class
org.jclouds.cloudstack.domain.LoginResponse

Packages that use LoginResponse
org.jclouds.cloudstack.config   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.filters   
org.jclouds.cloudstack.functions   
org.jclouds.cloudstack.handlers   
org.jclouds.cloudstack.loaders   
 

Uses of LoginResponse in org.jclouds.cloudstack.config
 

Methods in org.jclouds.cloudstack.config that return types with arguments of type LoginResponse
protected  com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,LoginResponse> CloudStackRestClientModule.provideLoginResponseCache(LoginWithPasswordCredentials getLoginResponse, int seconds)
           
protected  com.google.common.base.Supplier<LoginResponse> CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,LoginResponse> cache, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
 

Method parameters in org.jclouds.cloudstack.config with type arguments of type LoginResponse
protected  com.google.common.base.Supplier<LoginResponse> CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,LoginResponse> cache, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return LoginResponse
 LoginResponse LoginResponse.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type LoginResponse
 T LoginResponse.Builder.fromLoginResponse(LoginResponse in)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return LoginResponse
 LoginResponse SessionClient.loginUserInDomainWithHashOfPassword(String userName, String domain, String hashedPassword)
          Logs a user into Cloudstack.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type LoginResponse
 com.google.common.util.concurrent.ListenableFuture<LoginResponse> SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName, String domain, String hashedPassword)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.filters
 

Constructor parameters in org.jclouds.cloudstack.filters with type arguments of type LoginResponse
AddSessionKeyAndJSessionIdToRequest(com.google.common.base.Supplier<LoginResponse> loginResponseSupplier)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return LoginResponse
 LoginResponse ParseLoginResponseFromHttpResponse.apply(org.jclouds.http.HttpResponse response)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.handlers
 

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

Uses of LoginResponse in org.jclouds.cloudstack.loaders
 

Methods in org.jclouds.cloudstack.loaders that return LoginResponse
 LoginResponse LoginWithPasswordCredentials.load(org.jclouds.domain.Credentials input)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.