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,
| Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationAsyncApi |
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials |
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.