Uses of Class
io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Packages that use SignedHeadersConfig Package Description io.helidon.security.providers.httpsign 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 SignedHeadersConfig Modifier and Type Method Description SignedHeadersConfig
SignedHeadersConfig.Builder. build()
static SignedHeadersConfig
SignedHeadersConfig. create(Config config)
Load header configuration from config.SignedHeadersConfig
OutboundTargetDefinition. signedHeadersConfig()
Configuration of method to headers to define headers to be signed.Methods in io.helidon.security.providers.httpsign with parameters of type SignedHeadersConfig Modifier and Type Method Description HttpSignProvider.Builder
HttpSignProvider.Builder. inboundRequiredHeaders(SignedHeadersConfig inboundRequiredHeaders)
Override the default inbound required headers (e.g.OutboundTargetDefinition.Builder
OutboundTargetDefinition.Builder. signedHeaders(SignedHeadersConfig config)
Configuration of required and "if-present" headers to be signed for this target.
-