|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationResponse | |
---|---|
org.jclouds.openstack | |
org.jclouds.openstack.config | |
org.jclouds.openstack.functions | |
org.jclouds.openstack.handlers |
Uses of AuthenticationResponse in org.jclouds.openstack |
---|
Methods in org.jclouds.openstack that return AuthenticationResponse | |
---|---|
AuthenticationResponse |
OpenStackAuthClient.authenticate(String user,
String key)
|
Methods in org.jclouds.openstack that return types with arguments of type AuthenticationResponse | |
---|---|
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)
|
Uses of AuthenticationResponse in org.jclouds.openstack.config |
---|
Methods in org.jclouds.openstack.config that return types with arguments of type AuthenticationResponse | |
---|---|
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,
Credentials creds)
|
Method parameters in org.jclouds.openstack.config with type arguments of type AuthenticationResponse | |
---|---|
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,
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 |
Uses of AuthenticationResponse in org.jclouds.openstack.functions |
---|
Methods in org.jclouds.openstack.functions that return AuthenticationResponse | |
---|---|
AuthenticationResponse |
ParseAuthenticationResponseFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new AuthenticationResponse object. |
Constructor parameters in org.jclouds.openstack.functions with type arguments of type AuthenticationResponse | |
---|---|
URIFromAuthenticationResponseForService(com.google.common.base.Supplier<AuthenticationResponse> auth,
String service)
|
Uses of AuthenticationResponse in org.jclouds.openstack.handlers |
---|
Constructor parameters in org.jclouds.openstack.handlers with type arguments of type AuthenticationResponse | |
---|---|
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> authenticationResponseCache)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |