Uses of Class
io.helidon.security.providers.httpsign.SignedHeadersConfig
Packages that use SignedHeadersConfig
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of SignedHeadersConfig in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return SignedHeadersConfigModifier and TypeMethodDescriptionSignedHeadersConfig.Builder.build()static SignedHeadersConfigLoad header configuration from config.OutboundTargetDefinition.signedHeadersConfig()Configuration of method to headers to define headers to be signed.Methods in io.helidon.security.providers.httpsign with parameters of type SignedHeadersConfigModifier 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.