Uses of Class
io.helidon.security.providers.httpsign.SignedHeadersConfig
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of SignedHeadersConfig in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionSignedHeadersConfig.Builder.build()
static SignedHeadersConfig
Load header configuration from config.OutboundTargetDefinition.signedHeadersConfig()
Configuration of method to headers to define headers to be signed.Modifier and TypeMethodDescriptionHttpSignProvider.Builder.inboundRequiredHeaders
(SignedHeadersConfig inboundRequiredHeaders) Override the default inbound required headers (e.g.OutboundTargetDefinition.Builder.signedHeaders
(SignedHeadersConfig config) Configuration of required and "if-present" headers to be signed for this target.