org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationAsyncApi

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

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)
           
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.openstack.keystone.v2_0.domain.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<org.jclouds.openstack.keystone.v2_0.domain.Access> authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                                                               String tenantName,
                                                                                                                                               ApiKeyCredentials apiKeyCredentials)
See Also:
authenticateWithTenantNameAndCredentials(String,ApiKeyCredentials)

authenticateWithTenantIdAndCredentials

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


Copyright © 2009-2013 jclouds. All Rights Reserved.