-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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" ] } }
- blocks
-
WFLY-430 Update the whoami operation to output additional information when called with verbose=true
- Closed