[jboss-jira] [JBoss JIRA] Created: (JBAS-4758) Two Additional Default Destination Roles (Administrator/Manager)

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Fri Sep 28 08:22:41 EDT 2007


Two Additional Default Destination Roles (Administrator/Manager)
----------------------------------------------------------------

                 Key: JBAS-4758
                 URL: http://jira.jboss.com/jira/browse/JBAS-4758
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: JMS service
    Affects Versions: JBossAS-5.0.0.Beta2
            Reporter: Anil Saldhana
         Assigned To: Anil Saldhana
             Fix For:  JBossAS-5.0.0.Beta3


AS/messaging/src\etc\deploy\common\messaging-service.xml

 <!-- ServerPeer MBean configuration
      ============================== -->

 <mbean code="org.jboss.jms.server.ServerPeer"
    name="jboss.messaging:service=ServerPeer"
    xmbean-dd="xmdesc/ServerPeer-xmbean.xml">

     ....
    <!-- The default security configuration to apply to destinations - this can be overridden on a per destination basis -->

      <attribute name="DefaultSecurityConfig">
        <security>
            <role name="Administrator" read="true" write="true" create="true"/>
            <role name="Manager" read="true" write="true" create="true"/>
            <role name="guest" read="true" write="true" create="true"/>
        </security>
      </attribute>
   ...

         

This issue is about adding two additional roles of Administrator and Manager.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list