Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.features |
Modifier and Type | Field and Description |
---|---|
protected Token |
Access.Builder.token |
Modifier and Type | Method and Description |
---|---|
Token |
Token.Builder.build() |
Token |
Access.getToken()
TODO
|
Modifier and Type | Method and Description |
---|---|
int |
Token.compareTo(Token that) |
T |
Token.Builder.fromToken(Token in) |
T |
Access.Builder.token(Token token) |
Constructor and Description |
---|
Access(Token token,
User user,
Set<Service> serviceCatalog) |
Modifier and Type | Method and 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)/
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Token> |
TokenAsyncApi.get(String token) |
Copyright © 2009-2013 jclouds. All Rights Reserved.