Interface RoleAssignment
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneRoleAssignment
public interface RoleAssignment extends ModelEntity
identity v3 role assignment class- See Also:
- API reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomainId()Get scoped domain id for role assignmentStringgetGroupId()Get group id for role assignmentMap<String,String>getLinks()StringgetProjectId()Get scoped project id for role assignmentStringgetRoleId()Get role id for role assignmentStringgetUserId()Get user id for role assignment
-
-
-
Method Detail
-
getRoleId
String getRoleId()
Get role id for role assignment- Returns:
- the id of the role
-
getUserId
String getUserId()
Get user id for role assignment- Returns:
- the id of the user
-
getGroupId
String getGroupId()
Get group id for role assignment- Returns:
- the id of the group
-
getDomainId
String getDomainId()
Get scoped domain id for role assignment- Returns:
- the id of the domain
-
getProjectId
String getProjectId()
Get scoped project id for role assignment- Returns:
- the id of the project
-
-