| Class | Description |
|---|---|
| DenyAllAnnotationMapper |
Allows using the
DenyAll annotation in Micronaut. |
| PermitAllAnnotationMapper |
Allows using the
PermitAll annotation in Micronaut. |
| RolesAllowedAnnotationMapper |
Allows using the
RolesAllowed annotation in Micronaut. |
| Annotation Type | Description |
|---|---|
| Secured |
Used to mark a route as requiring authorization before execution.
|