[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6716) add back securityConfig config property to JMS destination resources
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Thu Apr 2 08:34:22 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved JBAS-6716.
---------------------------------------
Resolution: Done
I've created a basic mapping for the security config of queues and topics:
So you basically have a MapCompositeValue, where the key represents the 'role'. The value is a compsite value defining the read, write, create persmissions. This should be the easiest way for you to handle this.
composite.addItem("read", "read permission", SimpleMetaType.BOOLEAN);
composite.addItem("write", "write permission", SimpleMetaType.BOOLEAN);
composite.addItem("create", "create permission", SimpleMetaType.BOOLEAN);
MapCompositeMetaType(composite);
> add back securityConfig config property to JMS destination resources
> ---------------------------------------------------------------------
>
> Key: JBAS-6716
> URL: https://jira.jboss.org/jira/browse/JBAS-6716
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: ProfileService
> Reporter: Charles Crouch
> Assignee: Emanuel Muckenhuber
> Priority: Critical
> Fix For: JBossAS-5.1.0.CR1
>
> Attachments: MyQueueWithSecurityConfig-service.xml
>
>
> e.g.
> <c:map-property required="false" name="securityConfig" description="The destination's security configuration">
> <c:simple-property required="false" name="tagName"/>
> </c:map-property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list