org.jclouds.openstack.keystone.v2_0
Interface AuthenticationApi


public interface AuthenticationApi

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
AuthenticationAsyncApi,

Method Summary
 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.
 

Method Detail

authenticateWithTenantNameAndCredentials

Access authenticateWithTenantNameAndCredentials(@Nullable
                                                String tenantId,
                                                PasswordCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantIdAndCredentials

Access authenticateWithTenantIdAndCredentials(@Nullable
                                              String tenantId,
                                              PasswordCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantNameAndCredentials

Access authenticateWithTenantNameAndCredentials(@Nullable
                                                String tenantId,
                                                ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token

authenticateWithTenantIdAndCredentials

Access authenticateWithTenantIdAndCredentials(@Nullable
                                              String tenantId,
                                              ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token.

Returns:
access with token


Copyright © 2009-2013 jclouds. All Rights Reserved.