Uses of Class
com.woorea.openstack.keystone.model.User
-
Packages that use User Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model com.woorea.openstack.keystone.v3.model -
-
Uses of User in com.woorea.openstack.keystone.api
Fields in com.woorea.openstack.keystone.api declared as User Modifier and Type Field Description private User
UsersResource.Create. user
private User
UsersResource.Update. user
Methods in com.woorea.openstack.keystone.api with parameters of type User Modifier and Type Method Description UsersResource.Create
UsersResource. create(User user)
UsersResource.Update
UsersResource. update(java.lang.String id, User user)
Constructors in com.woorea.openstack.keystone.api with parameters of type User Constructor Description Create(User user)
Update(java.lang.String id, User user)
-
Uses of User in com.woorea.openstack.keystone.model
Fields in com.woorea.openstack.keystone.model with type parameters of type User Modifier and Type Field Description private java.util.List<User>
Users. list
Methods in com.woorea.openstack.keystone.model that return types with arguments of type User Modifier and Type Method Description java.util.List<User>
Users. getList()
java.util.Iterator<User>
Users. iterator()
-
Uses of User in com.woorea.openstack.keystone.v3.model
Fields in com.woorea.openstack.keystone.v3.model with type parameters of type User Modifier and Type Field Description private java.util.List<User>
Users. list
Methods in com.woorea.openstack.keystone.v3.model that return types with arguments of type User Modifier and Type Method Description java.util.List<User>
Users. getList()
java.util.Iterator<User>
Users. iterator()
-