org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationAsyncApi

All Superinterfaces:
org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncApi, Closeable

Deprecated. will be removed in jclouds 1.7, as async interfaces are no longer supported. please use CloudIdentityAuthenticationAsyncApi

@Deprecated
public interface CloudIdentityAuthenticationAsyncApi
extends org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncApi

Provides asynchronous access to Service via their REST API.

Author:
Adrian Cole
See Also:
AuthenticationApi,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantIdAndCredentials(String tenantId, ApiKeyCredentials apiKeyCredentials)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantNameAndCredentials(String tenantName, ApiKeyCredentials apiKeyCredentials)
          Deprecated.  
 
Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncApi
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

authenticateWithTenantNameAndCredentials

@Named(value="auth:tenantnameandcreds")
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                                                                     String tenantName,
                                                                                                                                                     ApiKeyCredentials apiKeyCredentials)
Deprecated. 
See Also:
authenticateWithTenantNameAndCredentials(String,ApiKeyCredentials)

authenticateWithTenantIdAndCredentials

@Named(value="auth:tenantidandcreds")
com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantIdAndCredentials(@Nullable
                                                                                                                                                   String tenantId,
                                                                                                                                                   ApiKeyCredentials apiKeyCredentials)
Deprecated. 
See Also:
authenticateWithTenantIdAndCredentials(String,ApiKeyCredentials)


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