org.jclouds.openstack.keystone.v2_0
Interface ServiceClient


public interface ServiceClient

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
ServiceAsyncClient,

Method Summary
 Access authenticateTenantWithCredentials(String tenantId, ApiAccessKeyCredentials passwordCredentials)
          Authenticate to generate a token.
 Access authenticateTenantWithCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Authenticate to generate a token.
 

Method Detail

authenticateTenantWithCredentials

Access authenticateTenantWithCredentials(String tenantId,
                                         PasswordCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateTenantWithCredentials

Access authenticateTenantWithCredentials(String tenantId,
                                         ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token


Copyright © 2009-2012 jclouds. All Rights Reserved.