org.jclouds.openstack.internal
Interface OpenStackAuthClient


public interface OpenStackAuthClient

Provides access to OpenStack auth.


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

Method Detail

authenticate

AuthenticationResponse authenticate(@HeaderParam(value="X-Auth-User")
                                    String user,
                                    @HeaderParam(value="X-Auth-Key")
                                    String key)

authenticateStorage

AuthenticationResponse authenticateStorage(@HeaderParam(value="X-Storage-User")
                                           String user,
                                           @HeaderParam(value="X-Storage-Pass")
                                           String key)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.