| Class | Description |
|---|---|
| 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.
|
| HttpSignService |
Implementation of
SecurityProviderService to enable
automatic loading of this provider from configuration. |
| 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.
|
| Enum | Description |
|---|---|
| HttpSignHeader |
Headers supported by HTTP Signature.
|
| Exception | Description |
|---|---|
| HttpSignatureException |
Exception from HTTP signatures provider.
|
Copyright © 2018 Oracle Corporation. All rights reserved.