[jboss-jira] [JBoss JIRA] Commented: (SECURITY-260) Allow the declaration of ACLconfigurations in application policies specified in static XML files.

Stefan Guilhen (JIRA) jira-events at lists.jboss.org
Sun Jul 6 10:38:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/SECURITY-260?page=comments#action_12420038 ] 
            
Stefan Guilhen commented on SECURITY-260:
-----------------------------------------

The security-config schema files that are currently under the Metadata project must be moved to JBoss SX and updated to allow the declaration of ACL modules.

> 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