org.jclouds.openstack.keystone.v1_1
Interface AuthenticationClient


public interface AuthenticationClient

Provides access to the Keystone v1.1 Service API.


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-2014 The Apache Software Foundation. All Rights Reserved.