XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None

    Description

      HAS client plugin HasClientPlugin:

      // Get the login module type ID, used to distinguish this module from others.
      // Should correspond to the server side module.
      String getLoginType()

      // Perform all the client side login logics, the results wrapped in an AuthToken,
      // will be validated by HAS server.
      AuthToken login(Conf loginConf) throws HasLoginException
      HAS server plugin HasServerPlugin:

      // Get the login module type ID, used to distinguish this module from others.
      // Should correspond to the client side module.
      String getLoginType()

      // Perform all the server side authentication logics, the results wrapped in an AuthToken,
      // will be used to exchange a Kerberos ticket.
      AuthToken authenticate(AuthToken userToken) throws HasAuthenException

      Attachments

        1. DIRKRB-680-001.patch
          12 kB
          Jiajia Li

        Activity

          People

            jiajia Jiajia Li
            jiajia Jiajia Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: