|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.keystone.v2_0.features | |
| org.jclouds.openstack.keystone.v2_0.functions.internal | |
| Uses of User in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.keystone.v2_0.domain declared as User | |
|---|---|
protected User |
Access.Builder.user
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return User | |
|---|---|
User |
User.Builder.build()
|
User |
Access.getUser()
TODO |
| Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User | |
|---|---|
T |
User.Builder.fromUser(User in)
|
T |
Access.Builder.user(User user)
|
| Constructors in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User | |
|---|---|
Access(Token token,
User user,
Set<Service> serviceCatalog)
|
|
| Uses of User in org.jclouds.openstack.keystone.v2_0.features |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.features that return User | |
|---|---|
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)/ |
| Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type User | |
|---|---|
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)
|
org.jclouds.collect.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 org.jclouds.collect.PagedIterable<? extends User>> |
UserAsyncApi.list()
|
PaginatedCollection<? extends User> |
UserApi.list(PaginationOptions options)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> |
UserAsyncApi.list(PaginationOptions options)
|
| Uses of User in org.jclouds.openstack.keystone.v2_0.functions.internal |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type User | |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<User>> |
ParseUsers.ToPagedIterable.markerToNextForCallingArg0(String ignored)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||