Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Auth
-
-
Uses of Auth in org.jclouds.openstack.keystone.v1_1
Methods in org.jclouds.openstack.keystone.v1_1 that return Auth Modifier and Type Method Description AuthAuthenticationClient. 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 Auth Modifier and Type Method Description AuthAuthenticationServiceModule.GetAuth. load(Credentials input)Methods in org.jclouds.openstack.keystone.v1_1.config that return types with arguments of type Auth Modifier and Type Method Description protected com.google.common.cache.LoadingCache<Credentials,Auth>AuthenticationServiceModule. provideAuthCache(AuthenticationServiceModule.GetAuth getAuth, long sessionInterval)protected 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 Auth Modifier and Type Method Description protected 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 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 Auth Modifier and Type Method Description AuthAuth.Builder. build()Methods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Auth Modifier and Type Method Description intAuth. compareTo(Auth that)Auth.BuilderAuth.Builder. fromAccess(Auth from) -
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 Auth Constructor Description 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 Auth Constructor Description RegionIdToURIFromAuthForServiceSupplier(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)
-