Make MRI and JRuby Kerberos authenticators have the same API

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: JRuby, Kerberos
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently there are two big differences between MRI and JRuby authenticators:

      1. They have different class names. There is no reason for this since they can't be both loaded at the same time, since one is defined as a C extension and the other as a JRuby extension.
      2. They have different parameter APIs - the MRI one takes and returns BSON::Binary instances and JRuby one takes and returns strings. The payload size that is in these binary instances is miniscule (< 100 bytes) hence strings should work just fine.

              Assignee:
              Unassigned
              Reporter:
              Oleg Pudeyev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: