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 Token
Access.Builder. token
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Token Modifier and Type Method Description Token
Token.Builder. build()
Token
Access. getToken()
TODOMethods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Token Modifier and Type Method Description 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 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 Token
TokenApi. get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
-