Package org.jclouds.openstack.internal
Interface OpenStackAuthClient
-
- All Superinterfaces:
AutoCloseable
,Closeable
@Path("/v{jclouds.api-version}") public interface OpenStackAuthClient extends Closeable
Provides access to OpenStack auth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationResponse
authenticate(String user, String key)
AuthenticationResponse
authenticateStorage(String user, String key)
-
-
-
Method Detail
-
authenticate
@GET @Consumes AuthenticationResponse authenticate(@HeaderParam("X-Auth-User") String user, @HeaderParam("X-Auth-Key") String key)
-
authenticateStorage
@GET @Consumes AuthenticationResponse authenticateStorage(@HeaderParam("X-Storage-User") String user, @HeaderParam("X-Storage-Pass") String key)
-
-