[jboss-jira] [JBoss JIRA] Updated: (SECURITY-260) Allow the declaration of ACLconfigurations in application policies specified in static XML files.
Stefan Guilhen (JIRA)
jira-events at lists.jboss.org
Tue Jul 8 17:23:40 EDT 2008
[ http://jira.jboss.com/jira/browse/SECURITY-260?page=all ]
Stefan Guilhen updated SECURITY-260:
------------------------------------
JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161892
Added reference to discussion about the location of security-config schemas.
> Allow the declaration of ACLconfigurations in application policies specified in static XML files.
> -------------------------------------------------------------------------------------------------
>
> Key: SECURITY-260
> URL: http://jira.jboss.com/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
> Assigned To: Stefan Guilhen
> Fix For: 2.0.2.GA
>
>
> 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: 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