Uses of Class
org.jclouds.cloudstack.domain.LoginResponse
Packages that use LoginResponse
Package
Description
-
Uses of LoginResponse in org.jclouds.cloudstack.config
Methods in org.jclouds.cloudstack.config that return types with arguments of type LoginResponseModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<Credentials, LoginResponse> CloudStackHttpApiModule.provideLoginResponseCache
(LoginWithPasswordCredentials getLoginResponse, int seconds) protected final com.google.common.base.Supplier
<LoginResponse> CloudStackHttpApiModule.provideLoginResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> cache, com.google.common.base.Supplier<Credentials> creds) Method parameters in org.jclouds.cloudstack.config with type arguments of type LoginResponseModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<LoginResponse> CloudStackHttpApiModule.provideLoginResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> cache, com.google.common.base.Supplier<Credentials> creds) -
Uses of LoginResponse in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return LoginResponseMethods in org.jclouds.cloudstack.domain with parameters of type LoginResponse -
Uses of LoginResponse in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return LoginResponseModifier and TypeMethodDescriptionSessionApi.loginUserInDomainWithHashOfPassword
(String userName, String domain, String hashedPassword) Logs a user into Cloudstack. -
Uses of LoginResponse in org.jclouds.cloudstack.filters
Constructor parameters in org.jclouds.cloudstack.filters with type arguments of type LoginResponseModifierConstructorDescriptionAddSessionKeyAndJSessionIdToRequest
(com.google.common.base.Supplier<LoginResponse> loginResponseSupplier) -
Uses of LoginResponse in org.jclouds.cloudstack.functions
Methods in org.jclouds.cloudstack.functions that return LoginResponseModifier and TypeMethodDescriptionParseLoginResponseFromHttpResponse.apply
(HttpResponse response) -
Uses of LoginResponse in org.jclouds.cloudstack.handlers
Constructor parameters in org.jclouds.cloudstack.handlers with type arguments of type LoginResponseModifierConstructorDescriptionprotected
InvalidateSessionAndRetryOn401AndLogoutOnClose
(com.google.common.cache.LoadingCache<Credentials, LoginResponse> authenticationResponseCache, SessionApi sessionClient) -
Uses of LoginResponse in org.jclouds.cloudstack.loaders
Methods in org.jclouds.cloudstack.loaders that return LoginResponse