Modifier and Type | Method and Description |
---|---|
Auth |
AuthenticationClient.authenticate(String username,
String key)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Auth> |
AuthenticationAsyncClient.authenticate(String username,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<Credentials,Auth> |
AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth) |
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<Credentials,Auth> |
AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth) |
protected com.google.common.base.Supplier<String> |
AuthenticationServiceModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<Auth> supplier)
borrowing concurrency code to ensure that caching takes place properly
|
protected com.google.common.base.Supplier<Auth> |
AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
Auth |
Auth.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Auth.compareTo(Auth that) |
Auth.Builder |
Auth.Builder.fromAccess(Auth from) |
Constructor and Description |
---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache) |
Constructor and Description |
---|
RegionIdToURIFromAuthForServiceSupplier(com.google.common.base.Supplier<Auth> auth,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
V1DefaultRegionIdSupplier(com.google.common.base.Supplier<Auth> auth,
EndpointToRegion endpointToRegion,
String apiType) |
Copyright © 2009-2013 jclouds. All Rights Reserved.