Package | Description |
---|---|
com.woorea.openstack.keystone.api | |
com.woorea.openstack.keystone.model |
Modifier and Type | Field and Description |
---|---|
private Tenant |
TenantsResource.Create.tenant |
private Tenant |
TenantsResource.Update.tenant |
Modifier and Type | Method and Description |
---|---|
TenantsResource.Create |
TenantsResource.create(Tenant tenant) |
TenantsResource.Update |
TenantsResource.update(java.lang.String id,
Tenant tenant) |
Constructor and Description |
---|
Create(Tenant tenant) |
Update(java.lang.String id,
Tenant tenant) |
Modifier and Type | Field and Description |
---|---|
private Tenant |
Token.tenant |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tenant> |
Tenants.list |
Modifier and Type | Method and Description |
---|---|
Tenant |
Token.getTenant() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tenant> |
Tenants.getList() |
java.util.Iterator<Tenant> |
Tenants.iterator() |