public interface TokenAsyncApi
TokenApi, 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Token> | 
get(String token)  | 
com.google.common.util.concurrent.ListenableFuture<? extends User> | 
getUserOfToken(String token)  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
isValid(String token)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Endpoint>> | 
listEndpointsForToken(String token)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Token> get(String token)
TokenApi.get(String)com.google.common.util.concurrent.ListenableFuture<? extends User> getUserOfToken(String token)
TokenApi.getUserOfToken(String)com.google.common.util.concurrent.ListenableFuture<Boolean> isValid(String token)
TokenApi.isValid(String)Copyright © 2009-2013 jclouds. All Rights Reserved.