Package de.dlr.proseo.usermgr.model
Klasse Authority
java.lang.Object
de.dlr.proseo.usermgr.model.Authority
An authority (also called a "privilege") is an atomic entitlement for a user
to access a prosEO method or domain object.
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Gets the authority identifiergetUser()
Gets the user holding the authorityint
hashCode()
void
setAuthority
(String authority) Sets the authority identifiervoid
Sets the user holding the authority
-
Konstruktordetails
-
Authority
public Authority()
-
-
Methodendetails
-
getAuthority
Gets the authority identifier- Gibt zurück:
- the authority identifier
-
setAuthority
Sets the authority identifier- Parameter:
authority
- the authority identifier to set
-
getUser
Gets the user holding the authority- Gibt zurück:
- the user
-
setUser
Sets the user holding the authority- Parameter:
user
- the user to set
-
hashCode
public int hashCode() -
equals
-