Methods
Adds permission to tribe's security policy. You may have to call
commit() for the tribe to save modification to persistent store
(depenging on realm implementation)
| Throws |
OperationFailed -
If error occured file saving to persistent
|
Attaches given citizens and tribes into this tribe.
| Throws |
AccessDenied -
If security policy denies this operation
|
Commits the changes made to this tribe.
| Throws |
OperationFailed -
If operation failed
AccessDenied -
If security policy denies this operation
|
Detaches citizens or tribes from this tribe.
| Throws |
AccessDenied -
If security policy denies this operation
|
Recursively searches for tribe with given identity.
Returns a list of children tribes.
Returns a list of citizens belonging to this tribe.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns permissions that this tribe has (including permissions inherited from groups).
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns identity (memoery address) for this tribe.
Returns the name of this tribe.
Returns a list of parent tribes.
Returns permissions that this tribe has.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns the realm into which this tribe belongs to.
| Throws |
AccessDenied -
If security policy denies this operation
|
Checks if this tribe has children tribes.
Returns iterator of permissions held by this tribe.
Removes this tribe.
| Throws |
AccessDenied -
If security policy denies this operation
|
Removes permission from tribe's security policy. You may have to call
commit() for the tribe to save modification to persistent store
(depenging on realm implementation)
| Throws |
OperationFailed -
If error occured file removing from persistent
|