Package | Description |
---|---|
org.jclouds.openstack.config | |
org.jclouds.openstack.functions | |
org.jclouds.openstack.handlers | |
org.jclouds.openstack.internal |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseCache(com.google.common.base.Function<Credentials,AuthenticationResponse> getAuthenticationResponse) |
protected com.google.common.base.Supplier<AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseCache(com.google.common.base.Function<Credentials,AuthenticationResponse> getAuthenticationResponse) |
protected com.google.common.base.Supplier<AuthenticationResponse> |
OpenStackAuthenticationModule.provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache,
com.google.common.base.Supplier<Credentials> creds) |
protected com.google.common.base.Supplier<String> |
OpenStackAuthenticationModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<AuthenticationResponse> supplier)
borrowing concurrency code to ensure that caching takes place properly
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
ParseAuthenticationResponseFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
AuthenticationResponse object. |
Constructor and Description |
---|
URIFromAuthenticationResponseForService(com.google.common.base.Supplier<AuthenticationResponse> auth,
String service) |
Constructor and Description |
---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> authenticationResponseCache) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
OpenStackAuthClient.authenticate(String user,
String key) |
AuthenticationResponse |
OpenStackAuthClient.authenticateStorage(String user,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticate(String user,
String key) |
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticateStorage(String user,
String key) |
Copyright © 2009-2013 jclouds. All Rights Reserved.