CloudIdentityAuthenticationAsyncApi
@Deprecated public interface CloudIdentityAuthenticationAsyncApi extends AuthenticationAsyncApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials
@Named(value="auth:tenantnameandcreds") com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable String tenantName, ApiKeyCredentials apiKeyCredentials)
@Named(value="auth:tenantidandcreds") com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable String tenantId, ApiKeyCredentials apiKeyCredentials)
Copyright © 2009-2013 jclouds. All Rights Reserved.