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