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 RoleAssignment
public String getUserId()
getUserId
in interface RoleAssignment
public String getGroupId()
getGroupId
in interface RoleAssignment
public String getDomainId()
getDomainId
in interface RoleAssignment
public String getProjectId()
getProjectId
in interface RoleAssignment
public Map<String,String> getLinks()
getLinks
in interface RoleAssignment
Copyright © 2017. All rights reserved.