CMAPolicy |
CMAPolicy.allow() |
This policy describes action _allowed_ by the assigned role.
|
CMAPolicy |
CMAPolicy.archive() |
Add archiving to the allowed actions.
|
CMAPolicy |
CMAPolicy.create() |
Add creating to the allowed actions.
|
CMAPolicy |
CMAPolicy.delete() |
Add deleting to the allowed actions.
|
CMAPolicy |
CMAPolicy.deny() |
This policy should describe actions which are _denied_ by the assigned role.
|
CMAPolicy |
CMAPolicy.publish() |
Add publishing to the allowed actions.
|
CMAPolicy |
CMAPolicy.read() |
Add reading to the allowed actions.
|
CMAPolicy |
CMAPolicy.setActions(java.util.List<java.lang.String> actions) |
Replace the current actions with new ones.
|
CMAPolicy |
CMAPolicy.setConstraint(CMAConstraint constraint) |
Set the constraint to be used.
|
CMAPolicy |
CMAPolicy.setEffect(java.lang.String effect) |
Set a general effect of this policy.
|
CMAPolicy |
CMAPolicy.unarchive() |
Add unarchiving to the allowed actions.
|
CMAPolicy |
CMAPolicy.unpublish() |
Add unpublishing to the allowed actions.
|
CMAPolicy |
CMAPolicy.update() |
Add updating to the allowed actions.
|