Uses of Class
io.helidon.security.providers.httpsign.HttpSignHeader
-
Packages that use HttpSignHeader Package Description io.helidon.security.providers.httpsign 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 HttpSignHeader Modifier and Type Method Description HttpSignHeaderOutboundTargetDefinition. header()Header to store signature in.static HttpSignHeaderHttpSignHeader. 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.Methods in io.helidon.security.providers.httpsign with parameters of type HttpSignHeader Modifier and Type Method Description HttpSignProvider.BuilderHttpSignProvider.Builder. addAcceptHeader(HttpSignHeader header)Add a header that is validated on inbound requests.OutboundTargetDefinition.BuilderOutboundTargetDefinition.Builder. header(HttpSignHeader header)Header to store signature in.
-