Uses of Class
io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Packages that use AnnotationAnalyzer.Flag Package Description 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.Flag in io.helidon.security.providers.common.spi
Methods in io.helidon.security.providers.common.spi that return AnnotationAnalyzer.Flag Modifier and Type Method Description AnnotationAnalyzer.Flag
AnnotationAnalyzer.AnalyzerResponse. authenticationResponse()
Authentication response of this analysis.AnnotationAnalyzer.Flag
AnnotationAnalyzer.AnalyzerResponse. authorizationResponse()
Authorization response of this analysis.static AnnotationAnalyzer.Flag
AnnotationAnalyzer.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationAnalyzer.Flag[]
AnnotationAnalyzer.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.security.providers.common.spi with parameters of type AnnotationAnalyzer.Flag Modifier and Type Method Description AnnotationAnalyzer.AnalyzerResponse.Builder
AnnotationAnalyzer.AnalyzerResponse.Builder. authenticationResponse(AnnotationAnalyzer.Flag atnResponse)
Authentication response.AnnotationAnalyzer.AnalyzerResponse.Builder
AnnotationAnalyzer.AnalyzerResponse.Builder. authorizeResponse(AnnotationAnalyzer.Flag authorizeResponse)
Authorization response.
-