Package io.micronaut.security.annotation
Annotations for Security.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Class Summary Class Description DenyAllAnnotationMapper Allows using theDenyAllannotation in Micronaut.PermitAllAnnotationMapper Allows using thePermitAllannotation in Micronaut.RolesAllowedAnnotationMapper Allows using theRolesAllowedannotation in Micronaut. -
Annotation Types Summary Annotation Type Description Secured Used to mark a route as requiring authorization before execution.