[jboss-jira] [JBoss JIRA] (WFLY-2184) Probe operations not visible in access control meta data

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Sep 30 08:55:02 EDT 2013


Heiko Braun created WFLY-2184:
---------------------------------

             Summary: Probe operations not visible in access control meta data
                 Key: WFLY-2184
                 URL: https://issues.jboss.org/browse/WFLY-2184
             Project: WildFly
          Issue Type: Bug
          Components: Domain Management
            Reporter: Heiko Braun
            Assignee: Brian Stansberry
             Fix For: 8.0.0.CR1


See 

{noformat}
[domain at localhost:9999 /] /host=master/server=server-one/subsystem=transactions/log-store=log-store:read-resource-description(access-control=trim-descriptions, operations=true){roles=administrator}
{
    "outcome" => "success",
    "result" => {
        "description" => undefined,
        "attributes" => undefined,
        "operations" => undefined,
        "children" => {"transactions" => {"model-description" => undefined}},
        "access-control" => {
            "default" => {
                "read" => true,
                "write" => true,
                "attributes" => {"type" => {
                    "read" => true,
                    "write" => false
                }},
                "operations" => {
                    "read-children-names" => {"execute" => true},
                    "read-operation-description" => {"execute" => true},
                    "read-operation-names" => {"execute" => true},
                    "read-children-types" => {"execute" => true},
                    "undefine-attribute" => {"execute" => true},
                    "read-children-resources" => {"execute" => true},
                    "read-resource-description" => {"execute" => true},
                    "read-resource" => {"execute" => true},
                    "read-attribute" => {"execute" => true},
                    "write-attribute" => {"execute" => true}
                }
            },
            "exceptions" => {}
        }
    }
}

{noformat}

--
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