Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1907

The whoami operation is not usable with the JMX integration.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0.0.Beta1
    • None
    • JMX, Management
    • None

    Description

      The whoami operation is not usable with the JMX integration as the return type is Void.

      Need to review the operation description for the correct return type.

      [standalone@localhost:9990 /] :whoami(verbose=true)
      {
          "outcome" => "success",
          "result" => {
              "identity" => {
                  "username" => "darranl",
                  "realm" => "ManagementRealm"
              },
              "groups" => [
                  "One",
                  "Two",
                  "Three"
              ],
              "roles" => [
                  "One",
                  "Two",
                  "Three"
              ]
          }
      }
      
      

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: