org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationAsyncClient
- All Superinterfaces:
- org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncClient
public interface CloudIdentityAuthenticationAsyncClient
- extends org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncClient
Provides asynchronous access to Service via their REST API.
- Author:
- Adrian Cole
- See Also:
AuthenticationClient,
| Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncClient |
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials |
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-2012 jclouds. All Rights Reserved.