org.jclouds.openstack.internal
Interface OpenStackAuthClient


public interface OpenStackAuthClient

Provides access to Rackspace resources via their REST API.

Author:
Adrian Cole
See Also:

Method Summary
 AuthenticationResponse authenticate(String user, String key)
           
 AuthenticationResponse authenticateStorage(String user, String key)
           
 

Method Detail

authenticate

AuthenticationResponse authenticate(String user,
                                    String key)

authenticateStorage

AuthenticationResponse authenticateStorage(String user,
                                           String key)


Copyright © 2009-2012 jclouds. All Rights Reserved.