| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and Description |
|---|---|
OutboundSecurityClientBuilder |
SecurityContext.outboundClientBuilder()
Outbound security client builder for programmatic outbound security used for identity propagation, identity mapping,
encryption of outbound calls etc.
|
OutboundSecurityClientBuilder |
OutboundSecurityClientBuilder.outboundEndpointConfig(EndpointConfig outboundEndpointConfig)
Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call.
|
OutboundSecurityClientBuilder |
OutboundSecurityClientBuilder.outboundEndpointConfig(Supplier<EndpointConfig> outboundEndpointConfig)
Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call.
|
OutboundSecurityClientBuilder |
OutboundSecurityClientBuilder.outboundEnvironment(SecurityEnvironment outboundEnvironment)
Configure outbound environment (path, headers, URI etc.) for this outbound call.
|
OutboundSecurityClientBuilder |
OutboundSecurityClientBuilder.outboundEnvironment(Supplier<SecurityEnvironment> outboundEnvironment)
Configure outbound environment (path, headers, URI etc.) for this outbound call.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.