Methods
Commits the changes made to this realm, if applicable.
| Throws |
AccessDenied -
If security policy denies this operation
OperationFailed -
If operation failed
|
Creates a news citizen with given name and credentials.
Optional key-value mappings may be provided to initialize the citizen
with variables.
| Returns |
Citizen |
| Throws |
AccessDenied -
If security policy denies this operation
|
Creates a new tribe with given name.
| Returns |
Tribe |
| Throws |
AccessDenied -
If security policy denies this operation
|
Tryins to locate entity with given address from this realm.
| Throws |
AccessDenied -
If security policy denies this operation
|
Retrives a citizen with given name.
| Returns |
Citizen, or undefined |
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns the root tribe of this realm.
| Throws |
AccessDenied -
If security policy denies this operation
|
Retrives a tribe with given name.
| Returns |
Tribe, or undefined |
| Throws |
AccessDenied -
If security policy denies this operation
|
Searches for citizens with given variable set to given value.
| Returns |
possibly empty list of matching citizens |
| Throws |
AccessDenied -
If security policy denies this operation
|
Sets the root tribe of this realm
| Throws |
AccessDenied -
If security policy denies this operation
|