| Package | Description |
|---|---|
| io.helidon.security.providers.httpsign |
Provider supporting validation of incoming signatures and signing of outbound requests.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSignHeader |
OutboundTargetDefinition.header()
Header to store signature in.
|
static HttpSignHeader |
HttpSignHeader.valueOf(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 and 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 and/or its affiliates. All Rights Reserved. Use is subject to license terms.