Uses of Interface
io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Packages that use AnnotationAnalyzer Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.abac.role Role attribute validator. -
-
Uses of AnnotationAnalyzer in io.helidon.microprofile.jwt.auth
Classes in io.helidon.microprofile.jwt.auth that implement AnnotationAnalyzer Modifier and Type Class Description class
JwtAuthAnnotationAnalyzer
Implementation ofAnnotationAnalyzer
which checks forLoginConfig
annotation if JWT Authentication should be enabled. -
Uses of AnnotationAnalyzer in io.helidon.security.abac.role
Classes in io.helidon.security.abac.role that implement AnnotationAnalyzer Modifier and Type Class Description class
RoleAnnotationAnalyzer
Implementation ofAnnotationAnalyzer
which checks forPermitAll
annotation if authentication is needed or not.
-