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