org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationClient

All Superinterfaces:
org.jclouds.openstack.keystone.v2_0.AuthenticationClient

public interface CloudIdentityAuthenticationClient
extends org.jclouds.openstack.keystone.v2_0.AuthenticationClient

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
AuthenticationAsyncClient,

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

Method Detail

authenticateWithTenantNameAndCredentials

org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantNameAndCredentials(@Nullable
                                                                                           String tenantId,
                                                                                           ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantIdAndCredentials

org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantIdAndCredentials(@Nullable
                                                                                         String tenantId,
                                                                                         ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.

Returns:
access with token


Copyright © 2009-2012 jclouds. All Rights Reserved.