Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<Credentials,LoginResponse> |
CloudStackHttpApiModule.provideLoginResponseCache(LoginWithPasswordCredentials getLoginResponse,
int seconds) |
protected com.google.common.base.Supplier<LoginResponse> |
CloudStackHttpApiModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<LoginResponse> |
CloudStackHttpApiModule.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 |
SessionApi.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword)
Logs a user into Cloudstack.
|
Constructor and Description |
---|
AddSessionKeyAndJSessionIdToRequest(com.google.common.base.Supplier<LoginResponse> loginResponseSupplier) |
Modifier and Type | Method and Description |
---|---|
LoginResponse |
ParseLoginResponseFromHttpResponse.apply(HttpResponse response) |
Constructor and Description |
---|
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache,
SessionApi sessionClient) |
Modifier and Type | Method and Description |
---|---|
LoginResponse |
LoginWithPasswordCredentials.load(Credentials input) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.