| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.