@Beta
public interface TokenApi
TokenAsyncApi, 
| Modifier and Type | Method and Description | 
|---|---|
Token | 
get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/ 
 | 
User | 
getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/ 
 | 
boolean | 
isValid(String token)
Validate a token. 
 | 
Set<? extends Endpoint> | 
listEndpointsForToken(String token)
List all endpoints for a token
 
 NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/988672 ) 
 | 
Token get(String token)
User getUserOfToken(String token)
boolean isValid(String token)
Copyright © 2009-2013 jclouds. All Rights Reserved.