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