Uses of Class
io.helidon.security.providers.httpsign.HttpSignProvider.Builder
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of HttpSignProvider.Builder in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionHttpSignProvider.Builder.addAcceptHeader
(HttpSignHeader header) Add a header that is validated on inbound requests.HttpSignProvider.Builder.addInbound
(InboundClientDefinition client) Add inbound configuration.HttpSignProvider.Builder.backwardCompatibleEol
(Boolean backwardCompatible) Enable support for Helidon versions before 3.0.0 (exclusive).static HttpSignProvider.Builder
HttpSignProvider.builder()
Create a builder to build this provider.Create a builder from configuration.HttpSignProvider.Builder.inboundRequiredHeaders
(SignedHeadersConfig inboundRequiredHeaders) Override the default inbound required headers (e.g.HttpSignProvider.Builder.optional
(boolean optional) Set whether the signature is optional.HttpSignProvider.Builder.outbound
(OutboundConfig targets) Add outbound targets to this builder.Realm to use for challenging inbound requests that do not have "Authorization" header in case header isHttpSignHeader.AUTHORIZATION
and singatures are not optional.