| Modifier and Type | Method | Description |
|---|---|---|
HttpSignHeader |
OutboundTargetDefinition.getHeader() |
Header to store signature in.
|
static HttpSignHeader |
HttpSignHeader.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HttpSignHeader[] |
HttpSignHeader.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpSignProvider.Builder |
HttpSignProvider.Builder.addAcceptHeader(HttpSignHeader header) |
Add a header that is validated on inbound requests.
|
OutboundTargetDefinition.Builder |
OutboundTargetDefinition.Builder.header(HttpSignHeader header) |
Header to store signature in.
|
Copyright © 2018 Oracle Corporation. All rights reserved.