public interface CloudIdentityAuthenticationApi extends AuthenticationApi
AuthenticationAsyncApi,
| Modifier and Type | Method and Description |
|---|---|
Access |
authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
Access |
authenticateWithTenantNameAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentialsAccess authenticateWithTenantNameAndCredentials(@Nullable String tenantId, ApiKeyCredentials apiKeyCredentials)
Access authenticateWithTenantIdAndCredentials(@Nullable String tenantId, ApiKeyCredentials apiKeyCredentials)
Copyright © 2009-2013 jclouds. All Rights Reserved.