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 SignedHeadersConfigSignedHeadersConfig.Builder. build()static SignedHeadersConfigSignedHeadersConfig. create(Config config)Load header configuration from config.SignedHeadersConfigOutboundTargetDefinition. 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.BuilderHttpSignProvider.Builder. inboundRequiredHeaders(SignedHeadersConfig inboundRequiredHeaders)Override the default inbound required headers (e.g.OutboundTargetDefinition.BuilderOutboundTargetDefinition.Builder. signedHeaders(SignedHeadersConfig config)Configuration of required and "if-present" headers to be signed for this target.
-