Class HttpBasicOutboundConfig.Builder

    • Method Detail

      • config

        public HttpBasicOutboundConfig.Builder config​(Config config)
        Updated this configuration from the config instance.
        Parameters:
        config - configuration
        Returns:
        updated builder instance
      • tokenHandler

        public HttpBasicOutboundConfig.Builder tokenHandler​(TokenHandler tokenHandler)
        Token handler to add the outbound basic authentication to headers.
        Parameters:
        tokenHandler - handler for outbound headers
        Returns:
        updated builder instance
      • explicitUser

        public HttpBasicOutboundConfig.Builder explicitUser​(String explicitUser)
        Configure explicit user to use for this outbound target.
        Parameters:
        explicitUser - username to use
        Returns:
        updated builder instance
      • explicitPassword

        public HttpBasicOutboundConfig.Builder explicitPassword​(String explicitPassword)
        Configure explicit password to use for this outbound target.
        Parameters:
        explicitPassword - password to use
        Returns:
        updated builder instance