| Package | Description |
|---|---|
| org.trustedanalytics.cloud.cc | |
| org.trustedanalytics.cloud.cc.api.manageusers |
| Modifier and Type | Method and Description |
|---|---|
Collection<User> |
FeignClient.getOrgUsers(UUID orgGuid,
Role role) |
Collection<User> |
CcClient.getOrgUsers(UUID orgGuid,
Role role)
Deprecated.
|
Collection<User> |
FeignClient.getSpaceUsers(UUID spaceGuid,
Role role) |
Collection<User> |
CcClient.getSpaceUsers(UUID spaceGuid,
Role role)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<User> |
CcOperationsUsers.getOrgUsers(UUID orgGuid,
Role role)
Returns all users with given role within organization identified by given GUID.
|
Collection<User> |
CcOperationsUsers.getSpaceUsers(UUID spaceGuid,
Role role)
Returns all users with given role within space identified by given GUID.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.