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