Package de.dlr.proseo.usermgr.model
Class GroupAuthority
java.lang.Object
de.dlr.proseo.usermgr.model.GroupAuthority
A group authority (also called a "privilege") is an atomic entitlement for a
group of users to access a prosEO method or domain object.
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the authority identifiergetGroup()Gets the user group holding this authorityinthashCode()voidsetAuthority(String authority) Sets the authority identifiervoidSets the user group holding this authority
-
Constructor Details
-
GroupAuthority
public GroupAuthority()
-
-
Method Details
-
getAuthority
Gets the authority identifier- Returns:
- the authority identifier
-
setAuthority
Sets the authority identifier- Parameters:
authority- the authority identifier to set
-
getGroup
Gets the user group holding this authority- Returns:
- the group
-
setGroup
Sets the user group holding this authority- Parameters:
group- the group to set
-
hashCode
public int hashCode() -
equals
-