Uses of Class
org.jclouds.openstack.domain.AuthenticationResponse
-
Packages that use AuthenticationResponse Package Description org.jclouds.openstack.config org.jclouds.openstack.functions org.jclouds.openstack.handlers org.jclouds.openstack.internal -
-
Uses of AuthenticationResponse in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
OpenStackAuthenticationModule.GetAuthenticationResponse. load(Credentials input)
Methods in org.jclouds.openstack.config that return types with arguments of type AuthenticationResponse Modifier and Type Method Description com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse>
OpenStackAuthenticationModule. provideAuthenticationResponseCache(OpenStackAuthenticationModule.GetAuthenticationResponse 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)
Method parameters in org.jclouds.openstack.config with type arguments of type AuthenticationResponse Modifier and Type Method Description protected com.google.common.base.Supplier<String>
OpenStackAuthenticationModule. guiceProvideAuthenticationTokenCache(com.google.common.base.Supplier<AuthenticationResponse> supplier)
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 -
Uses of AuthenticationResponse in org.jclouds.openstack.functions
Methods in org.jclouds.openstack.functions that return AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
ParseAuthenticationResponseFromHeaders. 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 AuthenticationResponse Constructor Description 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 Constructor Description 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 AuthenticationResponse Modifier and Type Method Description AuthenticationResponse
OpenStackAuthClient. authenticate(String user, String key)
AuthenticationResponse
OpenStackAuthClient. authenticateStorage(String user, String key)
-