Uses of Enum Class
io.helidon.security.providers.httpsign.HttpSignHeader
Packages that use HttpSignHeader
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of HttpSignHeader in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return HttpSignHeaderModifier and TypeMethodDescriptionOutboundTargetDefinition.header()Header to store signature in.static HttpSignHeaderReturns 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.Methods in io.helidon.security.providers.httpsign with parameters of type HttpSignHeaderModifier 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.