Uses of Class
io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Packages that use AnnotationAnalyzer.AnalyzerResponse Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.abac.role Role attribute validator.io.helidon.security.providers.common.spi 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
Methods in io.helidon.microprofile.jwt.auth that return AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description AnnotationAnalyzer.AnalyzerResponse
JwtAuthAnnotationAnalyzer. analyze(Class<?> maybeAnnotated)
AnnotationAnalyzer.AnalyzerResponse
JwtAuthAnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
AnnotationAnalyzer.AnalyzerResponse
JwtAuthAnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Methods in io.helidon.microprofile.jwt.auth with parameters of type AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description AnnotationAnalyzer.AnalyzerResponse
JwtAuthAnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
AnnotationAnalyzer.AnalyzerResponse
JwtAuthAnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
-
Uses of AnnotationAnalyzer.AnalyzerResponse in io.helidon.security.abac.role
Methods in io.helidon.security.abac.role that return AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description AnnotationAnalyzer.AnalyzerResponse
RoleAnnotationAnalyzer. analyze(Class<?> maybeAnnotated)
AnnotationAnalyzer.AnalyzerResponse
RoleAnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
AnnotationAnalyzer.AnalyzerResponse
RoleAnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Methods in io.helidon.security.abac.role with parameters of type AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description AnnotationAnalyzer.AnalyzerResponse
RoleAnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
AnnotationAnalyzer.AnalyzerResponse
RoleAnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
-
Uses of AnnotationAnalyzer.AnalyzerResponse in io.helidon.security.providers.common.spi
Methods in io.helidon.security.providers.common.spi that return AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description static AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer.AnalyzerResponse. abstain()
Create an abstain response (e.g.static AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer.AnalyzerResponse. abstain(AnnotationAnalyzer.AnalyzerResponse previousResponse)
Create an abstain response (e.g.AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer. analyze(Class<?> maybeAnnotated)
Analyze an application class.default AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Analyze a resource class.default AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Analyze a resource method.AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer.AnalyzerResponse.Builder. build()
Methods in io.helidon.security.providers.common.spi that return types with arguments of type AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description Optional<AnnotationAnalyzer.AnalyzerResponse>
AnnotationAnalyzer.AnalyzerResponse. parent()
Parent of this analysis.Methods in io.helidon.security.providers.common.spi with parameters of type AnnotationAnalyzer.AnalyzerResponse Modifier and Type Method Description static AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer.AnalyzerResponse. abstain(AnnotationAnalyzer.AnalyzerResponse previousResponse)
Create an abstain response (e.g.default AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer. analyze(Class<?> maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Analyze a resource class.default AnnotationAnalyzer.AnalyzerResponse
AnnotationAnalyzer. analyze(Method maybeAnnotated, AnnotationAnalyzer.AnalyzerResponse previousResponse)
Analyze a resource method.static AnnotationAnalyzer.AnalyzerResponse.Builder
AnnotationAnalyzer.AnalyzerResponse. builder(AnnotationAnalyzer.AnalyzerResponse parent)
Create a fluent API builder with a parent response.
-