|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionAsyncApi
Provides asynchronous access to Session via their REST API.
SessionApi| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Session> |
getSessionWithToken(URI session,
String authenticationToken)
|
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> |
loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
logoutSessionWithToken(URI session,
String authenticationToken)
|
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password)
SessionApi.loginUserInOrgWithPassword(java.net.URI, java.lang.String, java.lang.String, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Session> getSessionWithToken(URI session,
@HeaderParam(value="x-vcloud-authorization")
String authenticationToken)
SessionApi.getSessionWithToken(java.net.URI, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Void> logoutSessionWithToken(URI session,
@HeaderParam(value="x-vcloud-authorization")
String authenticationToken)
SessionApi.logoutSessionWithToken(java.net.URI, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||