org.jclouds.openstack.keystone.v1_1
Interface AuthenticationClient


public interface AuthenticationClient

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
AuthenticationAsyncClient,

Method Summary
 Auth authenticate(String username, String key)
          Authenticate to generate a token.
 

Method Detail

authenticate

Auth authenticate(String username,
                  String key)
Authenticate to generate a token.

Returns:
access with token


Copyright © 2009-2012 jclouds. All Rights Reserved.