[
https://jira.jboss.org/jira/browse/SECURITY-260?page=com.atlassian.jira.p...
]
Stefan Guilhen closed SECURITY-260.
-----------------------------------
Fix Version/s: 2.0.2.CR9
(was: 2.0.2.GA)
Resolution: Done
security-config.dtd has been moved from metadata to jboss-sx.
Allow the declaration of ACLconfigurations in application policies
specified in static XML files.
-------------------------------------------------------------------------------------------------
Key: SECURITY-260
URL:
https://jira.jboss.org/jira/browse/SECURITY-260
Project: JBoss Security and Identity Management
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: AS-Integration
Affects Versions: 2.0.2.CR6
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: 2.0.2.CR9
Application policies can be declared in static XML files (e.g. login-config.xml) that are
parsed by the security framework. We need to support the specification of ACL providers as
part of an application policy, like the example bellow:
<policy>
<application-policy name="policy>
<authentication>
...
</authentication>
<acl>
<acl-module code="org.jboss.security.acl.ACLProviderImpl"
flag="required">
<module-option
name="persistenceStrategy">org.jboss.security.acl.JPAPersistenceStrategy</module-option>
</acl-module>
</acl>
...
</application-policy>
</policy>
--
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