|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenStackAuthAsyncClient
Provides access to Rackspace resources via their REST API.
| Field Summary | |
|---|---|
static String |
VERSION
|
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
authenticate(String user,
String key)
|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
authenticateStorage(String user,
String key)
|
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> authenticate(@HeaderParam(value="X-Auth-User")
String user,
@HeaderParam(value="X-Auth-Key")
String key)
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> authenticateStorage(@HeaderParam(value="X-Storage-User")
String user,
@HeaderParam(value="X-Storage-Pass")
String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||