[jboss-jira] [JBoss JIRA] (WFLY-1907) The whoami operation is not usable with the JMX integration.
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Thu Aug 29 11:49:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-1907:
-----------------------------------
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.
{code}
[standalone at localhost:9990 /] :whoami(verbose=true)
{
"outcome" => "success",
"result" => {
"identity" => {
"username" => "darranl",
"realm" => "ManagementRealm"
},
"groups" => [
"One",
"Two",
"Three"
],
"roles" => [
"One",
"Two",
"Three"
]
}
}
{code}
was:
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.
> The whoami operation is not usable with the JMX integration.
> ------------------------------------------------------------
>
> Key: WFLY-1907
> URL: https://issues.jboss.org/browse/WFLY-1907
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management, JMX
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 8.0.0.Beta1
>
>
> 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.
> {code}
> [standalone at localhost:9990 /] :whoami(verbose=true)
> {
> "outcome" => "success",
> "result" => {
> "identity" => {
> "username" => "darranl",
> "realm" => "ManagementRealm"
> },
> "groups" => [
> "One",
> "Two",
> "Three"
> ],
> "roles" => [
> "One",
> "Two",
> "Three"
> ]
> }
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list