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 |
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
|
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 |
---|---|
PagedIterable<User> |
UserApi.list()
Retrieve the list of users
NOTE: this method is not in API documentation for keystone, but does work
|
PaginatedCollection<User> |
UserApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
ParseUsers.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> ignored) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.