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   
 

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.base.Function<Credentials,LoginResponse> CloudStackRestClientModule.makeSureFilterRetriesOnTimeout(LoginWithPasswordCredentials loginWithPasswordCredentials)
           
 com.google.common.cache.LoadingCache<Credentials,LoginResponse> CloudStackRestClientModule.provideLoginResponseCache(com.google.common.base.Function<Credentials,LoginResponse> getLoginResponse, int seconds)
           
protected  com.google.common.base.Supplier<LoginResponse> CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache, Credentials creds)
           
 

Method parameters in org.jclouds.cloudstack.config with type arguments of type LoginResponse
 com.google.common.cache.LoadingCache<Credentials,LoginResponse> CloudStackRestClientModule.provideLoginResponseCache(com.google.common.base.Function<Credentials,LoginResponse> getLoginResponse, int seconds)
           
protected  com.google.common.base.Supplier<LoginResponse> CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache, 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
 int LoginResponse.compareTo(LoginResponse arg0)
           
 LoginResponse.Builder LoginResponse.Builder.copyOf(LoginResponse r)
           
 

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, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilderProvider)
           
 

Uses of LoginResponse in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return LoginResponse
 LoginResponse LoginWithPasswordCredentials.apply(Credentials input)
           
 LoginResponse ParseLoginResponseFromHttpResponse.apply(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<Credentials,LoginResponse> authenticationResponseCache, SessionClient sessionClient)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.