Uses of Class
org.jclouds.openstack.domain.AuthenticationResponse
Packages that use AuthenticationResponse
Package
Description
-
Uses of AuthenticationResponse in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config that return AuthenticationResponseModifier and TypeMethodDescriptionOpenStackAuthenticationModule.GetAuthenticationResponse.load
(Credentials input) Methods in org.jclouds.openstack.config that return types with arguments of type AuthenticationResponseModifier and TypeMethodDescriptionfinal com.google.common.cache.LoadingCache
<Credentials, AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseCache
(OpenStackAuthenticationModule.GetAuthenticationResponse getAuthenticationResponse) protected final com.google.common.base.Supplier
<AuthenticationResponse> OpenStackAuthenticationModule.provideAuthenticationResponseSupplier
(com.google.common.cache.LoadingCache<Credentials, AuthenticationResponse> cache, com.google.common.base.Supplier<Credentials> creds) Method parameters in org.jclouds.openstack.config with type arguments of type AuthenticationResponseModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<String> OpenStackAuthenticationModule.guiceProvideAuthenticationTokenCache
(com.google.common.base.Supplier<AuthenticationResponse> supplier) protected final 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 -
Uses of AuthenticationResponse in org.jclouds.openstack.functions
Methods in org.jclouds.openstack.functions that return AuthenticationResponseModifier and TypeMethodDescriptionParseAuthenticationResponseFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newAuthenticationResponse
object.Constructor parameters in org.jclouds.openstack.functions with type arguments of type AuthenticationResponseModifierConstructorDescriptionURIFromAuthenticationResponseForService
(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 AuthenticationResponseModifierConstructorDescriptionprotected
RetryOnRenew
(com.google.common.cache.LoadingCache<Credentials, AuthenticationResponse> authenticationResponseCache) -
Uses of AuthenticationResponse in org.jclouds.openstack.internal
Methods in org.jclouds.openstack.internal that return AuthenticationResponseModifier and TypeMethodDescriptionOpenStackAuthClient.authenticate
(String user, String key) OpenStackAuthClient.authenticateStorage
(String user, String key)