Uses of Class
io.helidon.security.integration.jersey.SecurityFeature.Builder
-
Uses of SecurityFeature.Builder in io.helidon.security.integration.jersey
Modifier and TypeMethodDescriptionSecurityFeature.Builder.addQueryParamHandler
(QueryParamHandler handler) Add a new handler to extract query parameter and store it in security request header.SecurityFeature.Builder.addQueryParamHandlers
(Iterable<QueryParamHandler> handlers) Add handlers to extract query parameters and store them in security request header.SecurityFeature.Builder.authenticateAnnotatedOnly
(boolean authnOnly) Whether to authorize only annotated methods (withAuthenticated
annotation or all.SecurityFeature.Builder.authorizeAnnotatedOnly
(boolean authzOnly) Whether to authorize only annotated methods (withAuthorized
annotation) or all.static SecurityFeature.Builder
Builder forSecurityFeature
.Update this builder from configuration.SecurityFeature.Builder.debug()
Set debugging on.SecurityFeature.Builder.useAbortWith
(boolean useAbortWith) When set totrue
(which is the default behavior, the security filter would useContainerRequest.abortWith(jakarta.ws.rs.core.Response)
to abort request and configure a security response.SecurityFeature.Builder.usePrematchingAuthentication
(boolean usePrematching) Configure whether pre-matching or post-matching filter is used to authenticate requests.SecurityFeature.Builder.usePrematchingAuthorization
(boolean usePrematching) Configure whether pre-matching or post-matching filter is used to authorize requests.