Class KeystoneRoleAssignment
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneRoleAssignment
-
- All Implemented Interfaces:
Serializable,RoleAssignment,ModelEntity
public class KeystoneRoleAssignment extends Object implements RoleAssignment
v3 role assignment implementation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneRoleAssignment.RoleAssignments
-
Constructor Summary
Constructors Constructor Description KeystoneRoleAssignment()
-
Method Summary
All Methods Instance Methods Concrete 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 assignmentvoidsetGroup(Map<String,Object> group)voidsetRole(Map<String,Object> role)voidsetScope(Map<String,Object> group)voidsetUser(Map<String,Object> user)StringtoString()
-
-
-
Method Detail
-
getRoleId
public String getRoleId()
Get role id for role assignment- Specified by:
getRoleIdin interfaceRoleAssignment- Returns:
- the id of the role
-
getUserId
public String getUserId()
Get user id for role assignment- Specified by:
getUserIdin interfaceRoleAssignment- Returns:
- the id of the user
-
getGroupId
public String getGroupId()
Get group id for role assignment- Specified by:
getGroupIdin interfaceRoleAssignment- Returns:
- the id of the group
-
getDomainId
public String getDomainId()
Get scoped domain id for role assignment- Specified by:
getDomainIdin interfaceRoleAssignment- Returns:
- the id of the domain
-
getProjectId
public String getProjectId()
Get scoped project id for role assignment- Specified by:
getProjectIdin interfaceRoleAssignment- Returns:
- the id of the project
-
getLinks
public Map<String,String> getLinks()
- Specified by:
getLinksin interfaceRoleAssignment- Returns:
- the links of the role assignment
-
-