org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationAsyncApi

All Superinterfaces:
AuthenticationAsyncApi

public interface CloudIdentityAuthenticationAsyncApi
extends AuthenticationAsyncApi

Provides asynchronous access to Service via their REST API.

Author:
Adrian Cole
See Also:
AuthenticationApi,

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

Method Detail

authenticateWithTenantNameAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                    String tenantName,
                                                                                                    ApiKeyCredentials apiKeyCredentials)
See Also:
authenticateWithTenantNameAndCredentials(String,ApiKeyCredentials)

authenticateWithTenantIdAndCredentials

com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
                                                                                                  String tenantId,
                                                                                                  ApiKeyCredentials apiKeyCredentials)
See Also:
authenticateWithTenantIdAndCredentials(String,ApiKeyCredentials)


Copyright © 2009-2012 jclouds. All Rights Reserved.