Index
All Classes and Interfaces|All Packages
C
- CreatedBy - Annotation Interface in io.micronaut.security.annotation
-
An annotation for use with Micronaut Data entities that will cause the annotated field to be automatically populated on save with the identity of the currently authenticated user.
G
- getContextClassName() - Method in class io.micronaut.security.annotation.expressions.SecuredEvaluationContextRegistrar
- getName() - Method in class io.micronaut.security.annotation.JakartaDenyAllAnnotationMapper
- getName() - Method in class io.micronaut.security.annotation.JakartaPermitAllAnnotationMapper
- getName() - Method in class io.micronaut.security.annotation.JakartaRolesAllowedAnnotationMapper
I
- io.micronaut.security.annotation - package io.micronaut.security.annotation
-
Annotations for Security.
- io.micronaut.security.annotation.expressions - package io.micronaut.security.annotation.expressions
J
- JakartaDenyAllAnnotationMapper - Class in io.micronaut.security.annotation
-
Allows using the
DenyAllannotation in Micronaut. - JakartaDenyAllAnnotationMapper() - Constructor for class io.micronaut.security.annotation.JakartaDenyAllAnnotationMapper
- JakartaPermitAllAnnotationMapper - Class in io.micronaut.security.annotation
-
Allows using the
PermitAllannotation in Micronaut. - JakartaPermitAllAnnotationMapper() - Constructor for class io.micronaut.security.annotation.JakartaPermitAllAnnotationMapper
- JakartaRolesAllowedAnnotationMapper - Class in io.micronaut.security.annotation
-
Allows using the
RolesAllowedannotation in Micronaut. - JakartaRolesAllowedAnnotationMapper() - Constructor for class io.micronaut.security.annotation.JakartaRolesAllowedAnnotationMapper
M
- map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.security.annotation.JakartaDenyAllAnnotationMapper
- map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.security.annotation.JakartaPermitAllAnnotationMapper
- map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.security.annotation.JakartaRolesAllowedAnnotationMapper
S
- Secured - Annotation Interface in io.micronaut.security.annotation
-
Used to mark a route as requiring authorization before execution.
- SecuredEvaluationContextRegistrar - Class in io.micronaut.security.annotation.expressions
-
Registers Security Evaluation Context.
- SecuredEvaluationContextRegistrar() - Constructor for class io.micronaut.security.annotation.expressions.SecuredEvaluationContextRegistrar
U
- UpdatedBy - Annotation Interface in io.micronaut.security.annotation
-
An annotation for use with Micronaut Data entities that will cause the annotated field to be automatically populated on both save and update with the identity of the currently authenticated user.
V
- value() - Element in annotation interface io.micronaut.security.annotation.Secured
-
The values supplied will be used to secure the target.
All Classes and Interfaces|All Packages