Uses of Enum Class
io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
Packages that use AnnotationAnalyzer.Flag
Package
Description
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
-
Uses of AnnotationAnalyzer.Flag in io.helidon.security.providers.common.spi
Methods in io.helidon.security.providers.common.spi that return AnnotationAnalyzer.FlagModifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.authenticationResponse()Authentication response of this analysis.AnnotationAnalyzer.AnalyzerResponse.authorizationResponse()Authorization response of this analysis.static AnnotationAnalyzer.FlagReturns the enum constant of this class with the specified name.static AnnotationAnalyzer.Flag[]AnnotationAnalyzer.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.security.providers.common.spi with parameters of type AnnotationAnalyzer.FlagModifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.Builder.authenticationResponse(AnnotationAnalyzer.Flag atnResponse) Authentication response.AnnotationAnalyzer.AnalyzerResponse.Builder.authorizeResponse(AnnotationAnalyzer.Flag authorizeResponse) Authorization response.