Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Token
-
Packages that use Token Package Description 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 Modifier and Type Field Description protected TokenAccess.Builder. tokenMethods in org.jclouds.openstack.keystone.v2_0.domain that return Token Modifier and Type Method Description TokenToken.Builder. build()TokenAccess. getToken()TODOMethods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Token Modifier and Type Method Description intToken. compareTo(Token that)TToken.Builder. fromToken(Token in)TAccess.Builder. token(Token token)Constructors in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Token Constructor Description 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 Modifier and Type Method Description TokenTokenApi. get(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
-