Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1718

(Proton-J) Custom Sasl

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • proton-j-0.24.0
    • None
    • proton-j

    Description

      I would like to be able to provide a custom SASL implementation for Proton-j to use instead of being forced to use the default SaslImpl.java implementation.

      Ideally, code like below would be possible

      private class CustomSasl implements org.apache.qpid.proton.engine.Sasl

      { ... }

      ...
      ...
      //transport.sasl(...) saves the provided sasl implementation and uses it internally
      Sasl sasl = transport.sasl(new CustomSasl());

      Do you currently have a workaround that would allow me to use Proton-J this way?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              timtay Tim Taylor
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: