| Class | Description |
|---|---|
| ServiceAuthorizationAspect |
Interception aspect based on the presence of @NeedsAuthority.
|
| Enum | Description |
|---|---|
| GlobalRoleType |
TODO: Ideally we want to poplulate the "id" values by reading the "roles"
table.
|
| Exception | Description |
|---|---|
| AuthorizationException |
This exception is thrown when the given Authentication does not have the required
GrantedAuthority specified by the presence of the @NeedsAuthority annotation
|
| Annotation Type | Description |
|---|---|
| NeedsAuthority |
Indicate that the annotated element needs the given GrantedAuthority to be accessed.
|
| NeedsAuthorityIfExists |
Indicate that the annotated element needs the given GrantedAuthority to be accessed.
|