Uses of Enum Class
io.helidon.security.providers.common.spi.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
Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.authenticationResponse()
Authentication response of this analysis.AnnotationAnalyzer.AnalyzerResponse.authorizationResponse()
Authorization response of this analysis.static AnnotationAnalyzer.Flag
Returns 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.Modifier and TypeMethodDescriptionAnnotationAnalyzer.AnalyzerResponse.Builder.authenticationResponse
(AnnotationAnalyzer.Flag atnResponse) Authentication response.AnnotationAnalyzer.AnalyzerResponse.Builder.authorizeResponse
(AnnotationAnalyzer.Flag authorizeResponse) Authorization response.