| Package | Description | 
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.keystone.v2_0.features | |
| org.jclouds.openstack.keystone.v2_0.functions.internal | 
| Modifier and Type | Field and Description | 
|---|---|
protected User | 
Access.Builder.user  | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
User.Builder.build()  | 
User | 
Access.getUser()
TODO 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
User.Builder.fromUser(User in)  | 
T | 
Access.Builder.user(User user)  | 
| Constructor and Description | 
|---|
Access(Token token,
      User user,
      Set<Service> serviceCatalog)  | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
UserApi.get(String userId)
Retrieve information about a user, by user ID 
 | 
User | 
UserApi.getByName(String userName)
Retrieve information about a user, by user name
 
 NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 ) 
 | 
User | 
TokenApi.getUserOfToken(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 User> | 
UserAsyncApi.get(String userId)  | 
com.google.common.util.concurrent.ListenableFuture<? extends User> | 
UserAsyncApi.getByName(String userName)  | 
com.google.common.util.concurrent.ListenableFuture<? extends User> | 
TokenAsyncApi.getUserOfToken(String token)  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> | 
UserAsyncApi.list()  | 
PagedIterable<? extends User> | 
UserApi.list()
Retrieve the list of users
 
 NOTE: this method is not in API documentation for keystone, but does work 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> | 
UserAsyncApi.list(PaginationOptions options)  | 
PaginatedCollection<? extends User> | 
UserApi.list(PaginationOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> | 
ParseUsers.ToPagedIterable.markerToNextForCallingArg0(String ignored)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.