Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Access

Packages that use Access
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.keystone.v2_0.config   
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.functions   
org.jclouds.openstack.keystone.v2_0.functions.internal   
org.jclouds.openstack.keystone.v2_0.handlers   
org.jclouds.openstack.keystone.v2_0.suppliers   
 

Uses of Access in org.jclouds.openstack.keystone.v2_0
 

Methods in org.jclouds.openstack.keystone.v2_0 that return Access
 Access AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Authenticate to generate a token.
 Access AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Authenticate to generate a token.
 Access AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Authenticate to generate a token.
 Access AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
          Authenticate to generate a token.
 

Methods in org.jclouds.openstack.keystone.v2_0 that return types with arguments of type Access
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
          Deprecated.  
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.config
 

Methods in org.jclouds.openstack.keystone.v2_0.config that return types with arguments of type Access
protected  com.google.common.base.Function<org.jclouds.domain.Credentials,Access> KeystoneAuthenticationModule.authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<org.jclouds.domain.Credentials,Access>> authenticationMethods)
           
protected  Map<String,com.google.common.base.Function<org.jclouds.domain.Credentials,Access>> KeystoneAuthenticationModule.authenticationMethods(com.google.inject.Injector i)
           
 com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,Access> KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<org.jclouds.domain.Credentials,Access> getAccess)
           
protected  com.google.common.base.Supplier<Access> KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,Access> cache, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.config with type arguments of type Access
protected  com.google.common.base.Function<org.jclouds.domain.Credentials,Access> KeystoneAuthenticationModule.authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<org.jclouds.domain.Credentials,Access>> authenticationMethods)
           
 com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,Access> KeystoneAuthenticationModule.provideAccessCache(com.google.common.base.Function<org.jclouds.domain.Credentials,Access> getAccess)
           
protected  com.google.common.base.Supplier<Access> KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,Access> cache, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
protected  com.google.common.base.Supplier<String> KeystoneAuthenticationModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<Access> supplier)
          borrowing concurrency code to ensure that caching takes place properly
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.domain
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return Access
 Access Access.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Access
 int Access.compareTo(Access that)
           
 T Access.Builder.fromAccess(Access in)
           
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.functions
 

Methods in org.jclouds.openstack.keystone.v2_0.functions that return Access
protected  Access AuthenticateApiAccessKeyCredentials.authenticateWithTenantId(com.google.common.base.Optional<String> tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
protected  Access AuthenticatePasswordCredentials.authenticateWithTenantId(com.google.common.base.Optional<String> tenantId, PasswordCredentials apiAccessKeyCredentials)
           
protected  Access AuthenticateApiAccessKeyCredentials.authenticateWithTenantName(com.google.common.base.Optional<String> tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
protected  Access AuthenticatePasswordCredentials.authenticateWithTenantName(com.google.common.base.Optional<String> tenantName, PasswordCredentials apiAccessKeyCredentials)
           
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.functions.internal
 

Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return Access
 Access BaseAuthenticator.apply(org.jclouds.domain.Credentials input)
           
protected abstract  Access BaseAuthenticator.authenticateWithTenantId(com.google.common.base.Optional<String> tenantId, C apiAccessKeyCredentials)
           
protected abstract  Access BaseAuthenticator.authenticateWithTenantName(com.google.common.base.Optional<String> tenantId, C apiAccessKeyCredentials)
           
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.handlers
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.handlers with type arguments of type Access
RetryOnRenew(com.google.common.cache.LoadingCache<org.jclouds.domain.Credentials,Access> authenticationResponseCache, org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffHandler)
           
 

Uses of Access in org.jclouds.openstack.keystone.v2_0.suppliers
 

Fields in org.jclouds.openstack.keystone.v2_0.suppliers with type parameters of type Access
protected  com.google.common.base.Supplier<Access> LocationIdToURIFromAccessForTypeAndVersion.access
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.suppliers with type arguments of type Access
LocationIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access, EndpointToSupplierURI endpointToSupplierURI, com.google.common.base.Function<Endpoint,String> endpointToLocationId, String apiType, String apiVersion)
           
RegionIdToAdminURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access, EndpointToSupplierAdminURI endpointToSupplierURI, EndpointToRegion endpointToRegion, String apiType, String apiVersion)
           
RegionIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access, EndpointToSupplierURI endpointToSupplierURI, EndpointToRegion endpointToRegion, String apiType, String apiVersion)
           
ZoneIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access, EndpointToSupplierURI endpointToSupplierURI, EndpointToRegion endpointToZone, String apiType, String apiVersion)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.