Class AttributeRights

java.lang.Object
cz.metacentrum.perun.core.api.AttributeRights

@Deprecated public class AttributeRights extends Object
Deprecated.
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 Details

    • AttributeRights

      public AttributeRights()
      Deprecated.
    • AttributeRights

      public AttributeRights(int attributeId, String role, List<ActionType> rights)
      Deprecated.
  • Method Details

    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • getAttributeId

      public int getAttributeId()
      Deprecated.
    • setAttributeId

      public void setAttributeId(int attributeId)
      Deprecated.
    • getRights

      public List<ActionType> getRights()
      Deprecated.
    • setRights

      public void setRights(List<ActionType> rights)
      Deprecated.
    • getRole

      public String getRole()
      Deprecated.
    • setRole

      public void setRole(String role)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object