Abstract
A model that represents an affirmed role.
Note: Depends on the reverse maps of the LeuteModel to be able to find the someone from the personId and objectEvents to listen for new instances/signatures.
Constructor for the AffirmedProfileRoleModel.
The leute model.
************* Abstracts **************
************* may not be implemented by all roles **************
Returns the role name.
The role name.
Checks if the data is affirmed by the role person ids.
The data to check.
Optional
The personId that should be trusting the data.
True if the data is affirmed, false otherwise.
Checks if the data is signed by the role person ids.
The personId that should be signing the data.
True if the data is signed, false otherwise.
Initializes the AffirmedProfileRoleModel.
Returns true if the role is initialised.
True if the role is initialised, false otherwise.
Checks if the person is a role person.
The personId to check. Default is the current person.
True if the person is a role person, false otherwise.
Shuts down the AffirmedProfileRoleModel.
A model that represents an affirmed role.
Note: Depends on the reverse maps of the LeuteModel to be able to find the someone from the personId and objectEvents to listen for new instances/signatures.