org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationApi

All Superinterfaces:
AuthenticationApi

public interface CloudIdentityAuthenticationApi
extends AuthenticationApi

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
AuthenticationAsyncApi,

Method Summary
 Access authenticateWithTenantIdAndCredentials(String tenantId, ApiKeyCredentials apiKeyCredentials)
          Authenticate to generate a token.
 Access authenticateWithTenantNameAndCredentials(String tenantId, ApiKeyCredentials apiKeyCredentials)
          Authenticate to generate a token.
 
Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationApi
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials
 

Method Detail

authenticateWithTenantNameAndCredentials

Access authenticateWithTenantNameAndCredentials(@Nullable
                                                String tenantId,
                                                ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantIdAndCredentials

Access authenticateWithTenantIdAndCredentials(@Nullable
                                              String tenantId,
                                              ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.

Returns:
access with token


Copyright © 2009-2012 jclouds. All Rights Reserved.