Uses of Class
io.helidon.security.providers.httpsign.InboundClientDefinition
Packages that use InboundClientDefinition
Package
Description
Provider supporting validation of incoming signatures and signing of outbound requests.
-
Uses of InboundClientDefinition in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return InboundClientDefinitionModifier and TypeMethodDescriptionInboundClientDefinition.Builder.build()
static InboundClientDefinition
Create a new instance from configuration.Methods in io.helidon.security.providers.httpsign with parameters of type InboundClientDefinitionModifier and TypeMethodDescriptionHttpSignProvider.Builder.addInbound
(InboundClientDefinition client) Add inbound configuration.