| Package | Description |
|---|---|
| io.helidon.security.providers.httpsign |
Provider supporting validation of incoming signatures and signing of outbound requests.
|
| Modifier and Type | Method and Description |
|---|---|
static SignedHeadersConfig.Builder |
SignedHeadersConfig.builder()
Builder to create a new instance.
|
SignedHeadersConfig.Builder |
SignedHeadersConfig.Builder.config(String method,
SignedHeadersConfig.HeadersConfig config)
Configuration of a single method (see
SecurityEnvironment.method() to set required and
"if-present" headers to be signed (or to be expected in inbound signature). |
SignedHeadersConfig.Builder |
SignedHeadersConfig.Builder.defaultConfig(SignedHeadersConfig.HeadersConfig config)
Default configuration is used by methods that do not have an explicit configuration.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.