Package | Description |
---|---|
com.woorea.openstack.keystone.api | |
com.woorea.openstack.keystone.model | |
com.woorea.openstack.keystone.v3.model |
Modifier and Type | Field and Description |
---|---|
private User |
UsersResource.Create.user |
private User |
UsersResource.Update.user |
Modifier and Type | Method and Description |
---|---|
UsersResource.Create |
UsersResource.create(User user) |
UsersResource.Update |
UsersResource.update(java.lang.String id,
User user) |
Constructor and Description |
---|
Create(User user) |
Update(java.lang.String id,
User user) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<User> |
Users.list |
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
Users.getList() |
java.util.Iterator<User> |
Users.iterator() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<User> |
Users.list |
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
Users.getList() |
java.util.Iterator<User> |
Users.iterator() |