|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.extensions |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.extensions that return User | |
|---|---|
User |
UserAdminApi.create(String name,
String password)
Creates a new user |
User |
UserAdminApi.create(String name,
String password,
CreateUserOptions options)
Creates a new user |
User |
UserAdminApi.update(String id,
UpdateUserOptions options)
Updates an user |
| Methods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type User | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends User> |
UserAdminAsyncApi.create(String name,
String password)
Creates a new user |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
UserAdminAsyncApi.create(String name,
String password,
CreateUserOptions options)
Creates a new user |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
UserAdminAsyncApi.update(String id,
UpdateUserOptions options)
Updates an user |
| 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)
|
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends User>> |
UserAsyncApi.list()
|
org.jclouds.collect.PagedIterable<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<User> |
UserApi.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.markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||