public interface SessionAsyncClient
SessionClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
com.google.common.util.concurrent.ListenableFuture<Void> |
logoutUser(String sessionKey) |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> loginUserInDomainWithHashOfPassword(String userName, String domain, String hashedPassword)
Copyright © 2009-2012 jclouds. All Rights Reserved.