Skip to content

io.helidon.security.providers.httpsign.HttpSignHeader

Description

This type is an enumeration.

Allowed Values

ValueDescription
SIGNATURECreates (or validates) a "Signature" header
AUTHORIZATIONCreates (or validates) an "Authorization" header, that contains "Signature" as the beginning of its content (the rest of the header is the same as for #SIGNATURE
CUSTOMCustom provided using a io.helidon.security.util.TokenHandler

See the manifest for all available types.