Package org.jclouds.openstack.internal
Interface OpenStackAuthClient
-
- All Superinterfaces:
AutoCloseable,Closeable
@Path("/v{jclouds.api-version}") public interface OpenStackAuthClient extends CloseableProvides access to OpenStack auth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationResponseauthenticate(String user, String key)AuthenticationResponseauthenticateStorage(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)
-
-