Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Token

Packages that use Token
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.features   
 

Uses of Token in org.jclouds.openstack.keystone.v2_0.domain
 

Fields in org.jclouds.openstack.keystone.v2_0.domain declared as Token
protected  Token Access.Builder.token
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return Token
 Token Token.Builder.build()
           
 Token Access.getToken()
          TODO
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Token
 int Token.compareTo(Token that)
           
 T Token.Builder.fromToken(Token in)
           
 T Access.Builder.token(Token token)
           
 

Constructors in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Token
Access(Token token, User user, Set<Service> serviceCatalog)
           
 

Uses of Token in org.jclouds.openstack.keystone.v2_0.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return Token
 Token TokenApi.get(String token)
          Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Token
 com.google.common.util.concurrent.ListenableFuture<? extends Token> TokenAsyncApi.get(String token)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.