Methods
Adds permission to citizen's security policy. You may have to call
commit() for the citizen to save modification to persistent store
(depenging on realm implementation)
| Throws |
OperationFailed -
If error occured file saving to persistent
|
Commits changes made to this citizen.
| Throws |
OperationFailed -
If operation failed
AccessDenied -
If security policy denies this operation
|
Returns permissions that this user has (including permissions inherited from groups).
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns the name of citizen.
Returns list of tribe into which this citizen belongs to.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns permissions that this user has.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns the realm into which this citizen belongs to.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns list of tribe into which this citizen belongs to.
| Throws |
AccessDenied -
If security policy denies this operation
|
Returns iterator of permissions held by this citizen.
Removes this citizen
| Throws |
OperationFailed -
If operation failed
AccessDenied -
If security policy denies this operation
|
Removes permission from citizen's security policy. You may have to call
commit() for the citizen to save modification to persistent store
(depenging on realm implementation)
| Throws |
OperationFailed -
If error occured file removing from persistent
|
Sets this citizens crendentials.
| Throws |
AccessDenied -
If security policy denies this operation
|
Checks if given crendentials matches this citizen's crendentials.