Class HeaderAtnOutboundConfig.Builder

    • Method Detail

      • tokenHandler

        public HeaderAtnOutboundConfig.Builder tokenHandler​(TokenHandler tokenHandler)
        Configuration of the outbound header the identity will be propagated.
        Parameters:
        tokenHandler - handler to update outbound headers
        Returns:
        updated builder instance
      • explicitUser

        public HeaderAtnOutboundConfig.Builder explicitUser​(String explicitUser)
        Username to propagate. If not configured, the current identity is propagated.
        Parameters:
        explicitUser - username to propagate
        Returns:
        updated builder instance