public class KeystoneRoleAssignment extends Object implements RoleAssignment
| Modifier and Type | Class and Description |
|---|---|
static class |
KeystoneRoleAssignment.RoleAssignments |
| Constructor and Description |
|---|
KeystoneRoleAssignment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainId()
Get scoped domain id for role assignment
|
String |
getGroupId()
Get group id for role assignment
|
Map<String,String> |
getLinks() |
String |
getProjectId()
Get scoped project id for role assignment
|
String |
getRoleId()
Get role id for role assignment
|
String |
getUserId()
Get user id for role assignment
|
void |
setGroup(Map<String,Object> group) |
void |
setRole(Map<String,Object> role) |
void |
setScope(Map<String,Object> group) |
void |
setUser(Map<String,Object> user) |
String |
toString() |
public String getRoleId()
getRoleId in interface RoleAssignmentpublic String getUserId()
getUserId in interface RoleAssignmentpublic String getGroupId()
getGroupId in interface RoleAssignmentpublic String getDomainId()
getDomainId in interface RoleAssignmentpublic String getProjectId()
getProjectId in interface RoleAssignmentpublic Map<String,String> getLinks()
getLinks in interface RoleAssignmentCopyright © 2017. All rights reserved.