static HttpBasicOutboundConfig.Builder |
HttpBasicOutboundConfig.builder() |
Fluent API builder to create basic outbound configuration.
|
HttpBasicOutboundConfig.Builder |
HttpBasicOutboundConfig.Builder.config(Config config) |
Updated this configuration from the config instance.
|
HttpBasicOutboundConfig.Builder |
HttpBasicOutboundConfig.Builder.explicitPassword(String explicitPassword) |
Configure explicit password to use for this outbound target.
|
HttpBasicOutboundConfig.Builder |
HttpBasicOutboundConfig.Builder.explicitUser(String explicitUser) |
Configure explicit user to use for this outbound target.
|
HttpBasicOutboundConfig.Builder |
HttpBasicOutboundConfig.Builder.tokenHandler(TokenHandler tokenHandler) |
Token handler to add the outbound basic authentication to headers.
|