Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Auth
Packages that use Auth
Package
Description
-
Uses of Auth in org.jclouds.openstack.keystone.v1_1
Methods in org.jclouds.openstack.keystone.v1_1 that return AuthModifier and TypeMethodDescriptionAuthenticationClient.authenticate
(String username, String key) Authenticate to generate a token. -
Uses of Auth in org.jclouds.openstack.keystone.v1_1.config
Methods in org.jclouds.openstack.keystone.v1_1.config that return AuthMethods in org.jclouds.openstack.keystone.v1_1.config that return types with arguments of type AuthModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<Credentials, Auth> AuthenticationServiceModule.provideAuthCache
(AuthenticationServiceModule.GetAuth getAuth, long sessionInterval) protected final com.google.common.base.Supplier
<Auth> AuthenticationServiceModule.provideAuthSupplier
(com.google.common.cache.LoadingCache<Credentials, Auth> cache, com.google.common.base.Supplier<Credentials> creds) Method parameters in org.jclouds.openstack.keystone.v1_1.config with type arguments of type AuthModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<String> AuthenticationServiceModule.provideAuthenticationTokenCache
(com.google.common.base.Supplier<Auth> supplier) borrowing concurrency code to ensure that caching takes place properlyprotected final com.google.common.base.Supplier
<Auth> AuthenticationServiceModule.provideAuthSupplier
(com.google.common.cache.LoadingCache<Credentials, Auth> cache, com.google.common.base.Supplier<Credentials> creds) -
Uses of Auth in org.jclouds.openstack.keystone.v1_1.domain
Methods in org.jclouds.openstack.keystone.v1_1.domain that return AuthMethods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Auth -
Uses of Auth in org.jclouds.openstack.keystone.v1_1.handlers
Constructor parameters in org.jclouds.openstack.keystone.v1_1.handlers with type arguments of type AuthModifierConstructorDescriptionprotected
RetryOnRenew
(com.google.common.cache.LoadingCache<Credentials, Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler) -
Uses of Auth in org.jclouds.openstack.keystone.v1_1.suppliers
Constructor parameters in org.jclouds.openstack.keystone.v1_1.suppliers with type arguments of type AuthModifierConstructorDescriptionRegionIdToURIFromAuthForServiceSupplier
(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)