@Path(value="/v{jclouds.api-version}") public interface OpenStackAuthClient extends Closeable
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
authenticate(String user,
String key) |
AuthenticationResponse |
authenticateStorage(String user,
String key) |
@GET @Consumes AuthenticationResponse authenticate(@HeaderParam(value="X-Auth-User") String user, @HeaderParam(value="X-Auth-Key") String key)
@GET @Consumes AuthenticationResponse authenticateStorage(@HeaderParam(value="X-Storage-User") String user, @HeaderParam(value="X-Storage-Pass") String key)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.