Uses of Class
io.helidon.security.providers.httpsign.InboundClientDefinition
-
Packages that use InboundClientDefinition Package Description io.helidon.security.providers.httpsign 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 InboundClientDefinition Modifier and Type Method Description InboundClientDefinition
InboundClientDefinition.Builder. build()
static InboundClientDefinition
InboundClientDefinition. create(Config config)
Create a new instance from configuration.Methods in io.helidon.security.providers.httpsign with parameters of type InboundClientDefinition Modifier and Type Method Description HttpSignProvider.Builder
HttpSignProvider.Builder. addInbound(InboundClientDefinition client)
Add inbound configuration.
-