Package io.micronaut.security.annotation
package io.micronaut.security.annotation
Annotations for Security.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAllows using the
DenyAll
annotation in Micronaut.Allows using thePermitAll
annotation in Micronaut.Allows using theRolesAllowed
annotation in Micronaut.Used to mark a route as requiring authorization before execution.