| Interface | Description |
|---|---|
| AccessAssertion |
An access assertion is a check that the current user has particular access/properties to allow access to a particular resource like
a template or completed report.
|
| Class | Description |
|---|---|
| AccessAssertionPersister |
Class for marshalling and unmarshalling AccessAssertionObjects to and from JSON.
|
| AlwaysAllowAssertion |
This assertion always allows access.
|
| AndAccessAssertion |
An access assertion that throws fails if any of the encapsulated assertions fail.
|
| RoleAccessAssertion |
An access assertion that verifies that the current user has the required roles.
|