]
Anil Saldhana reopened SECURITY-259:
------------------------------------
Add ACL configuration to the ApplicationPolicyMetaDataFactory
-------------------------------------------------------------
Key: SECURITY-259
URL:
https://jira.jboss.org/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
Assignee: 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: