Uses of Class
io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of SignedHeadersConfig.HeadersConfig in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionSignedHeadersConfig.HeadersConfig.create()
Create a config with no signed headers (e.g.Create a new instance from configuration.Create a config with required headers only (e.g.SignedHeadersConfig.HeadersConfig.create
(List<String> requiredHeaders, List<String> ifPresentHeaders) Create a new instance with both required headers and headers that are signed only if present in request.Modifier and TypeMethodDescriptionSignedHeadersConfig.Builder.config
(String method, SignedHeadersConfig.HeadersConfig config) Configuration of a single method (seeSecurityEnvironment.method()
to set required and "if-present" headers to be signed (or to be expected in inbound signature).SignedHeadersConfig.Builder.defaultConfig
(SignedHeadersConfig.HeadersConfig config) Default configuration is used by methods that do not have an explicit configuration.