Uses of Class
io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Packages that use HttpSignProvider.Builder Package Description io.helidon.security.providers.httpsign Provider supporting validation of incoming signatures and signing of outbound requests. -
-
Uses of HttpSignProvider.Builder in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return HttpSignProvider.Builder Modifier and Type Method Description HttpSignProvider.BuilderHttpSignProvider.Builder. addAcceptHeader(HttpSignHeader header)Add a header that is validated on inbound requests.HttpSignProvider.BuilderHttpSignProvider.Builder. addInbound(InboundClientDefinition client)Add inbound configuration.HttpSignProvider.BuilderHttpSignProvider.Builder. backwardCompatibleEol(Boolean backwardCompatible)Until version 3.0.0 (exclusive) there is a trailing end of line added to the signed data.static HttpSignProvider.BuilderHttpSignProvider. builder()Create a builder to build this provider.HttpSignProvider.BuilderHttpSignProvider.Builder. config(Config config)Create a builder from configuration.HttpSignProvider.BuilderHttpSignProvider.Builder. inboundRequiredHeaders(SignedHeadersConfig inboundRequiredHeaders)Override the default inbound required headers (e.g.HttpSignProvider.BuilderHttpSignProvider.Builder. optional(boolean optional)Set whether the signature is optional.HttpSignProvider.BuilderHttpSignProvider.Builder. outbound(OutboundConfig targets)Add outbound targets to this builder.HttpSignProvider.BuilderHttpSignProvider.Builder. realm(String realm)Realm to use for challenging inbound requests that do not have "Authorization" header in case header isHttpSignHeader.AUTHORIZATIONand singatures are not optional.
-