Uses of Class
io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
Package
Description
Implementation of Microprofile JWT Auth specification.
Role attribute validator.
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
-
Uses of AnnotationAnalyzer.AnalyzerResponse in io.helidon.microprofile.jwt.auth
Modifier and TypeMethodDescriptionJwtAuthAnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) JwtAuthAnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Modifier and TypeMethodDescriptionJwtAuthAnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) JwtAuthAnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) -
Uses of AnnotationAnalyzer.AnalyzerResponse in io.helidon.security.abac.role
Modifier and TypeMethodDescriptionRoleAnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) RoleAnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Modifier and TypeMethodDescriptionRoleAnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) RoleAnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) -
Uses of AnnotationAnalyzer.AnalyzerResponse in io.helidon.security.providers.common.spi
Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.abstain()
Create an abstain response (e.g.AnnotationAnalyzer.AnalyzerResponse.abstain
(AnnotationAnalyzer.AnalyzerResponse previousResponse) Create an abstain response (e.g.Analyze an application class.AnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Analyze a resource class.AnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Analyze a resource method.AnnotationAnalyzer.AnalyzerResponse.Builder.build()
Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.parent()
Parent of this analysis.Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.abstain
(AnnotationAnalyzer.AnalyzerResponse previousResponse) Create an abstain response (e.g.AnnotationAnalyzer.analyze
(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Analyze a resource class.AnnotationAnalyzer.analyze
(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse) Analyze a resource method.AnnotationAnalyzer.AnalyzerResponse.builder
(AnnotationAnalyzer.AnalyzerResponse parent) Create a fluent API builder with a parent response.