public interface SessionApi
SessionAsyncApi
Modifier and Type | Method and Description |
---|---|
Session |
getSessionWithToken(URI session,
String authenticationToken)
TODO
|
SessionWithToken |
loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password)
TODO
|
void |
logoutSessionWithToken(URI session,
String authenticationToken)
TODO
|
SessionWithToken loginUserInOrgWithPassword(URI loginUrl, String user, String org, String password)
Copyright © 2009-2013 jclouds. All Rights Reserved.