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) |
@Named(value="token:get") com.google.common.util.concurrent.ListenableFuture<? extends Token> get(String token)
TokenApi.get(String)
@Named(value="token:getuser") com.google.common.util.concurrent.ListenableFuture<? extends User> getUserOfToken(String token)
TokenApi.getUserOfToken(String)
@Named(value="token:valid") com.google.common.util.concurrent.ListenableFuture<Boolean> isValid(String token)
TokenApi.isValid(String)
Copyright © 2009-2013 jclouds. All Rights Reserved.