Package de.dlr.proseo.usermgr.model
Klasse 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.
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Gets the authority identifiergetGroup()
Gets the user group holding this authorityint
hashCode()
void
setAuthority
(String authority) Sets the authority identifiervoid
Sets the user group holding this authority
-
Konstruktordetails
-
GroupAuthority
public GroupAuthority()
-
-
Methodendetails
-
getAuthority
Gets the authority identifier- Gibt zurück:
- the authority identifier
-
setAuthority
Sets the authority identifier- Parameter:
authority
- the authority identifier to set
-
getGroup
Gets the user group holding this authority- Gibt zurück:
- the group
-
setGroup
Sets the user group holding this authority- Parameter:
group
- the group to set
-
hashCode
public int hashCode() -
equals
-