Package cz.metacentrum.perun.core.api
Class AttributeRights
java.lang.Object
cz.metacentrum.perun.core.api.AttributeRights
Class represents rights of an attribute. The rights relates to an Attribute and
a role. Object ActionType represents one right (READ or WRITE).
- Author:
- Jiří Mauritz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getRole()
int
hashCode()
void
setAttributeId
(int attributeId) void
setRights
(List<ActionType> rights) void
toString()
-
Constructor Details
-
AttributeRights
public AttributeRights() -
AttributeRights
-
-
Method Details