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