Uses of Enum Class
io.helidon.security.providers.httpsign.HttpSignHeader
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of HttpSignHeader in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionOutboundTargetDefinition.header()
Header to store signature in.static HttpSignHeader
Returns the enum constant of this class with the specified name.static HttpSignHeader[]
HttpSignHeader.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHttpSignProvider.Builder.addAcceptHeader
(HttpSignHeader header) Add a header that is validated on inbound requests.OutboundTargetDefinition.Builder.header
(HttpSignHeader header) Header to store signature in.