Uses of Interface
org.openstack4j.model.identity.v2.TenantUser
-
Packages that use TenantUser Package Description org.openstack4j.api.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of TenantUser in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return types with arguments of type TenantUser Modifier and Type Method Description List<? extends TenantUser>TenantService. listUsers(String tenantId)Returns a list of users associated by thetenantId -
Uses of TenantUser in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement TenantUser Modifier and Type Class Description classKeystoneTenantUserA User from a Tenant perspective implemenation -
Uses of TenantUser in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type TenantUser Modifier and Type Method Description List<? extends TenantUser>TenantServiceImpl. listUsers(String tenantId)
-