Index

C G I J M S U V 
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 DenyAll annotation in Micronaut.
JakartaDenyAllAnnotationMapper() - Constructor for class io.micronaut.security.annotation.JakartaDenyAllAnnotationMapper
 
JakartaPermitAllAnnotationMapper - Class in io.micronaut.security.annotation
Allows using the PermitAll annotation in Micronaut.
JakartaPermitAllAnnotationMapper() - Constructor for class io.micronaut.security.annotation.JakartaPermitAllAnnotationMapper
 
JakartaRolesAllowedAnnotationMapper - Class in io.micronaut.security.annotation
Allows using the RolesAllowed annotation 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.
C G I J M S U V 
All Classes and Interfaces|All Packages