org.jclouds.openstack.keystone.v2_0
Interface AuthenticationAsyncApi
- All Known Subinterfaces:
- CloudIdentityAuthenticationAsyncApi
public interface AuthenticationAsyncApi
Provides asynchronous access to Service via their REST API.
- Author:
- Adrian Cole
- See Also:
AuthenticationApi,
authenticateWithTenantNameAndCredentials
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
PasswordCredentials passwordCredentials)
- See Also:
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,PasswordCredentials)
authenticateWithTenantIdAndCredentials
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
PasswordCredentials passwordCredentials)
- See Also:
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,PasswordCredentials)
authenticateWithTenantNameAndCredentials
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
- See Also:
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,ApiAccessKeyCredentials)
authenticateWithTenantIdAndCredentials
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
- See Also:
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,ApiAccessKeyCredentials)
Copyright © 2009-2012 jclouds. All Rights Reserved.