Klasse GroupAuthority

java.lang.Object
de.dlr.proseo.usermgr.model.GroupAuthority

@Embeddable public class GroupAuthority extends Object
A group authority (also called a "privilege") is an atomic entitlement for a group of users to access a prosEO method or domain object.
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • GroupAuthority

      public GroupAuthority()
  • Methodendetails

    • getAuthority

      public String getAuthority()
      Gets the authority identifier
      Gibt zurück:
      the authority identifier
    • setAuthority

      public void setAuthority(String authority)
      Sets the authority identifier
      Parameter:
      authority - the authority identifier to set
    • getGroup

      public Group getGroup()
      Gets the user group holding this authority
      Gibt zurück:
      the group
    • setGroup

      public void setGroup(Group group)
      Sets the user group holding this authority
      Parameter:
      group - the group to set
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object