Modifier and Type | Method and Description |
---|---|
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,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
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,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
LoginResponse |
LoginResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
LoginResponse.Builder.fromLoginResponse(LoginResponse in) |
Modifier and Type | Method and Description |
---|---|
LoginResponse |
SessionClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword)
Logs a user into Cloudstack.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
Constructor and Description |
---|
AddSessionKeyAndJSessionIdToRequest(com.google.common.base.Supplier<LoginResponse> loginResponseSupplier) |
Modifier and Type | Method and Description |
---|---|
LoginResponse |
LoginWithPasswordCredentials.apply(Credentials input) |
LoginResponse |
ParseLoginResponseFromHttpResponse.apply(HttpResponse response) |
Constructor and Description |
---|
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache,
SessionClient sessionClient) |
Copyright © 2009-2013 jclouds. All Rights Reserved.