| Package | Description |
|---|---|
| io.helidon.security.provider.httpsign |
Provider supporting validation of incoming signatures and signing of outbound requests.
|
| Class | Description |
|---|---|
| HttpSignHeader |
Headers supported by HTTP Signature.
|
| HttpSignProvider |
A provider that can authenticate incoming requests based on HTTP signature of header fields, and
can create signatures for outbound requests.
|
| HttpSignProvider.Builder |
Fluent API builder for this provider.
|
| InboundClientDefinition |
Configuration of inbound client.
|
| InboundClientDefinition.Builder |
Fluent API builder to create a new instance of
InboundClientDefinition. |
| OutboundTargetDefinition |
Configuration of outbound target to sign outgoing requests.
|
| OutboundTargetDefinition.Builder |
Fluent API builder to build
OutboundTargetDefinition instances. |
| SignedHeadersConfig |
Configuration of required and "if-present" headers to be signed.
|
| SignedHeadersConfig.Builder |
Fluent API builder to create
SignedHeadersConfig instances. |
| SignedHeadersConfig.HeadersConfig |
Configuration of headers to be signed.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.