[jboss-jira] [JBoss JIRA] Created: (SECURITY-259) Add ACL configuration to the ApplicationPolicyMetaDataFactory

Stefan Guilhen (JIRA) jira-events at lists.jboss.org
Thu Jul 3 16:15:31 EDT 2008


Add ACL configuration to the ApplicationPolicyMetaDataFactory
-------------------------------------------------------------

                 Key: SECURITY-259
                 URL: http://jira.jboss.com/jira/browse/SECURITY-259
             Project: JBoss Security and Identity Management
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
    Affects Versions: 2.0.2.CR6
            Reporter: Stefan Guilhen
         Assigned To: Stefan Guilhen
             Fix For: 2.0.2.GA


The ApplicationPolicyMetaDataFactory must be able to create application policies that contain an ACL configuration. The ACL providers must be specified through the <acl> element:

<application-policy xmlns="urn:jboss:security-beans:1.0" name="policy">
   <authentication>
   ....
   </authentication>
   <acl>
      <acl-module code="org.jboss.security.acl.ACLProviderImpl" flag="required">
         <module-option name="option">value</module-option>
      </acl-module>
   </acl>
   ...
</application-policy>


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