org.jclouds.openstack.keystone.v1_1
Interface ServiceClient


public interface ServiceClient

Provides synchronous access to the KeyStone Service API.

Author:
Adrian Cole
See Also:
ServiceAsyncClient,

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.