| Package | Description |
|---|---|
| org.trustedanalytics.cloud.cc | |
| org.trustedanalytics.cloud.cc.api | |
| org.trustedanalytics.cloud.cc.api.manageusers |
| Modifier and Type | Method and Description |
|---|---|
void |
FeignClient.assignOrgRole(UUID userGuid,
UUID orgGuid,
Role role) |
void |
CcClient.assignOrgRole(UUID userGuid,
UUID orgGuid,
Role role)
Deprecated.
|
void |
FeignClient.assignSpaceRole(UUID userGuid,
UUID orgGuid,
Role role) |
void |
CcClient.assignSpaceRole(UUID userGuid,
UUID spaceGuid,
Role role)
Deprecated.
|
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.
|
Collection<CcSpace> |
FeignClient.getUsersSpaces(UUID userGuid,
Role role,
UUID orgGuid) |
Collection<CcSpace> |
CcClient.getUsersSpaces(UUID userGuid,
Role role,
UUID orgGuid)
Deprecated.
|
void |
FeignClient.revokeOrgRole(UUID userGuid,
UUID orgId,
Role role) |
void |
CcClient.revokeOrgRole(UUID userGuid,
UUID orgId,
Role role)
Deprecated.
|
void |
FeignClient.revokeSpaceRole(UUID userGuid,
UUID spaceId,
Role role) |
void |
CcClient.revokeSpaceRole(UUID userGuid,
UUID spaceId,
Role role)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CcSpace> |
CcOperationsOrgsSpaces.getUsersSpaces(UUID userGuid,
Role role,
UUID orgGuid)
Get spaces that user has access to in given role.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<Role> |
Role.ORG_ROLES |
static Set<Role> |
Role.SPACE_ROLES |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
User.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.appendRole(Role role) |
void |
CcOperationsUsers.assignOrgRole(UUID userGuid,
UUID orgGuid,
Role role)
Assigns organization role to user identified by given GUID.
|
void |
CcOperationsUsers.assignSpaceRole(UUID userGuid,
UUID orgGuid,
Role role)
Assigns space role to user identified by given GUID.
|
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.
|
void |
CcOperationsUsers.revokeOrgRole(UUID userGuid,
UUID orgId,
Role role)
Removes organization role from user identified by given GUID
|
void |
CcOperationsUsers.revokeSpaceRole(UUID userGuid,
UUID spaceId,
Role role)
Removes space role from user identified by given GUID
|
| Constructor and Description |
|---|
User(String username,
UUID guid,
Role... roles) |
| Constructor and Description |
|---|
User(String username,
UUID guid,
List<Role> roles) |
User(String username,
UUID guid,
List<Role> roles,
UUID orgGuid) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.