org.jclouds.rackspace.cloudidentity.v2_0
Interface CloudIdentityAuthenticationApi

All Superinterfaces:
org.jclouds.openstack.keystone.v2_0.AuthenticationApi, Closeable

public interface CloudIdentityAuthenticationApi
extends org.jclouds.openstack.keystone.v2_0.AuthenticationApi

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:

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 tenantName, ApiKeyCredentials apiKeyCredentials)
          Authenticate to generate a token.
 
Methods inherited from interface org.jclouds.openstack.keystone.v2_0.AuthenticationApi
authenticateWithTenantIdAndCredentials, authenticateWithTenantIdAndCredentials, authenticateWithTenantNameAndCredentials, authenticateWithTenantNameAndCredentials
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

authenticateWithTenantNameAndCredentials

@Named(value="authenticate")
org.jclouds.openstack.keystone.v2_0.domain.Access authenticateWithTenantNameAndCredentials(@Nullable
                                                                                                 String tenantName,
                                                                                                 ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantIdAndCredentials

@Named(value="authenticate")
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-2013 The Apache Software Foundation. All Rights Reserved.